Html Css Color HEX #B820DC Dark Orchid

📋 copy color: '#B820DC'

red 184 ◦ green 32 ◦ blue 220

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

Shades of Dark Orchid #B820DC

Tints of Dark Orchid #B820DC

RGB

 RED value IS 184 (72.27% from 255) = 42.2%

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 42.2%
G = 7.34%
B = 50.46%

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

#B820DC (or 0xB820DC) is known color: Dark Orchid. HEX triplet: B8, 20 and DC. RGB value is (184,32,220). Sum of RGB (Red+Green+Blue) = 184+32+220=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B820DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820DC is #47DF23. Grayscale: #626262. Windows color (decimal): -4710180 or 14426296. OLE color: 14426296.

HSL color Cylindrical-coordinate representation of color #B820DC: hue angle of 288.51º 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 #B820DC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 32 220 -
CMYK 0.16 0.85 0 0.14
HSL 288.51º 0.75% 0.49% -
HSV(B) 288.51º 0.85% 0.86% -
XYZ 33.2 16.39 69.12 -
YUV 98.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 184 32 220 0.16 0.85 0 0.14 288.51 0.75 0.49
Hex B8 20 DC 10 55 0 E 121 4B 31
Octal 270 40 334 20 125 0 16 441 113 61
Binary 10111000 100000 11011100 10000 1010101 0 1110 100100001 1001011 110001

Color Harmonies of #B820DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820DC

Black with #B820DC

Text Example


Text Example

White with #B820DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820DC; }

 p { color: rgb(184,32,220); }

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

background-color css

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

 a { background-color: rgb(184,32,220); }

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

border-color css

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

 span { border-color: rgb(184,32,220); }

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