Html Css Color HEX #B92CD2 Dark Orchid

📋 copy color: '#B92CD2'

red 185 ◦ green 44 ◦ blue 210

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

Shades of Dark Orchid #B92CD2

Tints of Dark Orchid #B92CD2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 42.14%
G = 10.02%
B = 47.84%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B92CD2 (or 0xB92CD2) is known color: Dark Orchid. HEX triplet: B9, 2C and D2. RGB value is (185,44,210). Sum of RGB (Red+Green+Blue) = 185+44+210=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #B92CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CD2 is #46D32D. Grayscale: #686868. Windows color (decimal): -4641582 or 13774009. OLE color: 13774009.

HSL color Cylindrical-coordinate representation of color #B92CD2: hue angle of 290.96º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92CD2 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 44 210 -
CMYK 0.12 0.79 0 0.18
HSL 290.96º 0.65% 0.5% -
HSV(B) 290.96º 0.79% 0.82% -
XYZ 32.54 16.77 62.49 -
YUV 105.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 185 44 210 0.12 0.79 0 0.18 290.96 0.65 0.5
Hex B9 2C D2 C 4F 0 12 123 41 32
Octal 271 54 322 14 117 0 22 443 101 62
Binary 10111001 101100 11010010 1100 1001111 0 10010 100100011 1000001 110010

Color Harmonies of #B92CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CD2

Black with #B92CD2

Text Example


Text Example

White with #B92CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CD2; }

 p { color: rgb(185,44,210); }

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

background-color css

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

 a { background-color: rgb(185,44,210); }

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

border-color css

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

 span { border-color: rgb(185,44,210); }

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