Html Css Color HEX #B92DD6 Dark Orchid

📋 copy color: '#B92DD6'

red 185 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #B92DD6

Tints of Dark Orchid #B92DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 41.67%
G = 10.14%
B = 48.2%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B92DD6 (or 0xB92DD6) is known color: Dark Orchid. HEX triplet: B9, 2D and D6. RGB value is (185,45,214). Sum of RGB (Red+Green+Blue) = 185+45+214=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #B92DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DD6 is #46D229. Grayscale: #696969. Windows color (decimal): -4641322 or 14036409. OLE color: 14036409.

HSL color Cylindrical-coordinate representation of color #B92DD6: hue angle of 289.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92DD6 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 45 214 -
CMYK 0.14 0.79 0 0.16
HSL 289.7º 0.67% 0.51% -
HSV(B) 289.7º 0.79% 0.84% -
XYZ 33.08 17.05 65.16 -
YUV 106.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 185 45 214 0.14 0.79 0 0.16 289.7 0.67 0.51
Hex B9 2D D6 E 4F 0 10 122 43 33
Octal 271 55 326 16 117 0 20 442 103 63
Binary 10111001 101101 11010110 1110 1001111 0 10000 100100010 1000011 110011

Color Harmonies of #B92DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DD6

Black with #B92DD6

Text Example


Text Example

White with #B92DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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