Html Css Color HEX #B92CDB Dark Orchid

📋 copy color: '#B92CDB'

red 185 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #B92CDB

Tints of Dark Orchid #B92CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 41.29%
G = 9.82%
B = 48.88%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B92CDB (or 0xB92CDB) is known color: Dark Orchid. HEX triplet: B9, 2C and DB. RGB value is (185,44,219). Sum of RGB (Red+Green+Blue) = 185+44+219=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B92CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CDB is #46D324. Grayscale: #696969. Windows color (decimal): -4641573 or 14363833. OLE color: 14363833.

HSL color Cylindrical-coordinate representation of color #B92CDB: hue angle of 288.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92CDB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 44 219 -
CMYK 0.16 0.80 0 0.14
HSL 288.34º 0.71% 0.52% -
HSV(B) 288.34º 0.8% 0.86% -
XYZ 33.69 17.23 68.57 -
YUV 106.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 185 44 219 0.16 0.80 0 0.14 288.34 0.71 0.52
Hex B9 2C DB 10 50 0 E 120 47 34
Octal 271 54 333 20 120 0 16 440 107 64
Binary 10111001 101100 11011011 10000 1010000 0 1110 100100000 1000111 110100

Color Harmonies of #B92CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CDB

Black with #B92CDB

Text Example


Text Example

White with #B92CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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