Html Css Color HEX #B123CB Dark Orchid

📋 copy color: '#B123CB'

red 177 ◦ green 35 ◦ blue 203

#B123CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B123CB

Tints of Dark Orchid #B123CB

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

 GREEN value IS 35 (14.06% from 255) = 8.43%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 42.65%
G = 8.43%
B = 48.92%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B123CB (or 0xB123CB) is known color: Dark Orchid. HEX triplet: B1, 23 and CB. RGB value is (177,35,203). Sum of RGB (Red+Green+Blue) = 177+35+203=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #B123CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123CB is #4EDC34. Grayscale: #606060. Windows color (decimal): -5168181 or 13312945. OLE color: 13312945.

HSL color Cylindrical-coordinate representation of color #B123CB: hue angle of 290.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B123CB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 35 203 -
CMYK 0.13 0.83 0 0.20
HSL 290.71º 0.71% 0.47% -
HSV(B) 290.71º 0.83% 0.8% -
XYZ 29.51 14.86 57.81 -
YUV 96.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 177 35 203 0.13 0.83 0 0.20 290.71 0.71 0.47
Hex B1 23 CB D 53 0 14 123 47 2F
Octal 261 43 313 15 123 0 24 443 107 57
Binary 10110001 100011 11001011 1101 1010011 0 10100 100100011 1000111 101111

Color Harmonies of #B123CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123CB

Black with #B123CB

Text Example


Text Example

White with #B123CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123CB; }

 p { color: rgb(177,35,203); }

 H1.HeaderClassName
 {
   color: #B123CB;
 }
 .AnyTagClassName
 {
   color: #B123CB;
 }
</style>

background-color css

<style>
 a { background-color: #B123CB; }

 a { background-color: rgb(177,35,203); }

 div.DivClassName
 {
   background-color: #B123CB;
 }
 .BgClassName
 {
   background-color: #B123CB;
 }
</style>

border-color css

<style>
 span { border-color: #B123CB; }

 span { border-color: rgb(177,35,203); }

 td.TdClassName
 {
   border-color: #B123CB;
 }
 .TagClassName
 {
   border-color: #B123CB;
 }
</style>