Html Css Color HEX #B92BCB Dark Orchid

📋 copy color: '#B92BCB'

red 185 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #B92BCB

Tints of Dark Orchid #B92BCB

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 42.92%
G = 9.98%
B = 47.1%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92BCB (or 0xB92BCB) is known color: Dark Orchid. HEX triplet: B9, 2B and CB. RGB value is (185,43,203). Sum of RGB (Red+Green+Blue) = 185+43+203=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B92BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BCB is #46D434. Grayscale: #676767. Windows color (decimal): -4641845 or 13315001. OLE color: 13315001.

HSL color Cylindrical-coordinate representation of color #B92BCB: hue angle of 293.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92BCB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 43 203 -
CMYK 0.09 0.79 0 0.20
HSL 293.25º 0.65% 0.48% -
HSV(B) 293.25º 0.79% 0.8% -
XYZ 31.65 16.35 57.99 -
YUV 103.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 185 43 203 0.09 0.79 0 0.20 293.25 0.65 0.48
Hex B9 2B CB 9 4F 0 14 125 41 30
Octal 271 53 313 11 117 0 24 445 101 60
Binary 10111001 101011 11001011 1001 1001111 0 10100 100100101 1000001 110000

Color Harmonies of #B92BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BCB

Black with #B92BCB

Text Example


Text Example

White with #B92BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BCB; }

 p { color: rgb(185,43,203); }

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

background-color css

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

 a { background-color: rgb(185,43,203); }

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

border-color css

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

 span { border-color: rgb(185,43,203); }

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