Html Css Color HEX #B521DB Dark Orchid

📋 copy color: '#B521DB'

red 181 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B521DB

Tints of Dark Orchid #B521DB

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

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

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

R = 41.8%
G = 7.62%
B = 50.58%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B521DB (or 0xB521DB) is known color: Dark Orchid. HEX triplet: B5, 21 and DB. RGB value is (181,33,219). Sum of RGB (Red+Green+Blue) = 181+33+219=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B521DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DB is #4ADE24. Grayscale: #616161. Windows color (decimal): -4906533 or 14361013. OLE color: 14361013.

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

Color convert

RGB 181 33 219 -
CMYK 0.17 0.85 0 0.14
HSL 287.74º 0.74% 0.49% -
HSV(B) 287.74º 0.85% 0.86% -
XYZ 32.39 16.03 68.4 -
YUV 98.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 181 33 219 0.17 0.85 0 0.14 287.74 0.74 0.49
Hex B5 21 DB 11 55 0 E 120 4A 31
Octal 265 41 333 21 125 0 16 440 112 61
Binary 10110101 100001 11011011 10001 1010101 0 1110 100100000 1001010 110001

Color Harmonies of #B521DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521DB

Black with #B521DB

Text Example


Text Example

White with #B521DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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