Html Css Color HEX #B92DCB Dark Orchid

📋 copy color: '#B92DCB'

red 185 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #B92DCB

Tints of Dark Orchid #B92DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.39%

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

R = 42.73%
G = 10.39%
B = 46.88%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92DCB (or 0xB92DCB) is known color: Dark Orchid. HEX triplet: B9, 2D and CB. RGB value is (185,45,203). Sum of RGB (Red+Green+Blue) = 185+45+203=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B92DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DCB is #46D234. Grayscale: #686868. Windows color (decimal): -4641333 or 13315513. OLE color: 13315513.

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

Color convert

RGB 185 45 203 -
CMYK 0.09 0.78 0 0.20
HSL 293.16º 0.64% 0.49% -
HSV(B) 293.16º 0.78% 0.8% -
XYZ 31.73 16.5 58.01 -
YUV 104.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 185 45 203 0.09 0.78 0 0.20 293.16 0.64 0.49
Hex B9 2D CB 9 4E 0 14 125 40 31
Octal 271 55 313 11 116 0 24 445 100 61
Binary 10111001 101101 11001011 1001 1001110 0 10100 100100101 1000000 110001

Color Harmonies of #B92DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DCB

Black with #B92DCB

Text Example


Text Example

White with #B92DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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