Html Css Color HEX #B920DB Dark Orchid

📋 copy color: '#B920DB'

red 185 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #B920DB

Tints of Dark Orchid #B920DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

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

R = 42.43%
G = 7.34%
B = 50.23%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B920DB (or 0xB920DB) is known color: Dark Orchid. HEX triplet: B9, 20 and DB. RGB value is (185,32,219). Sum of RGB (Red+Green+Blue) = 185+32+219=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #B920DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920DB is #46DF24. Grayscale: #626262. Windows color (decimal): -4644645 or 14360761. OLE color: 14360761.

HSL color Cylindrical-coordinate representation of color #B920DB: hue angle of 289.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B920DB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 32 219 -
CMYK 0.16 0.85 0 0.14
HSL 289.09º 0.75% 0.49% -
HSV(B) 289.09º 0.85% 0.86% -
XYZ 33.31 16.46 68.44 -
YUV 99.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 185 32 219 0.16 0.85 0 0.14 289.09 0.75 0.49
Hex B9 20 DB 10 55 0 E 121 4B 31
Octal 271 40 333 20 125 0 16 441 113 61
Binary 10111001 100000 11011011 10000 1010101 0 1110 100100001 1001011 110001

Color Harmonies of #B920DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920DB

Black with #B920DB

Text Example


Text Example

White with #B920DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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