Html Css Color HEX #B821DB Dark Orchid

📋 copy color: '#B821DB'

red 184 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B821DB

Tints of Dark Orchid #B821DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.57%

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

R = 42.2%
G = 7.57%
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

#B821DB (or 0xB821DB) is known color: Dark Orchid. HEX triplet: B8, 21 and DB. RGB value is (184,33,219). Sum of RGB (Red+Green+Blue) = 184+33+219=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 33 (13.28% from 255 or 7.57% 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 #B821DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821DB is #47DE24. Grayscale: #626262. Windows color (decimal): -4709925 or 14361016. OLE color: 14361016.

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

Color convert

RGB 184 33 219 -
CMYK 0.16 0.85 0 0.14
HSL 288.71º 0.74% 0.49% -
HSV(B) 288.71º 0.85% 0.86% -
XYZ 33.1 16.39 68.44 -
YUV 99.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 184 33 219 0.16 0.85 0 0.14 288.71 0.74 0.49
Hex B8 21 DB 10 55 0 E 121 4A 31
Octal 270 41 333 20 125 0 16 441 112 61
Binary 10111000 100001 11011011 10000 1010101 0 1110 100100001 1001010 110001

Color Harmonies of #B821DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821DB

Black with #B821DB

Text Example


Text Example

White with #B821DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821DB; }

 p { color: rgb(184,33,219); }

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

background-color css

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

 a { background-color: rgb(184,33,219); }

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

border-color css

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

 span { border-color: rgb(184,33,219); }

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