Html Css Color HEX #B721DB Dark Orchid

📋 copy color: '#B721DB'

red 183 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B721DB

Tints of Dark Orchid #B721DB

RGB

 RED value IS 183 (71.88% from 255) = 42.07%

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

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

R = 42.07%
G = 7.59%
B = 50.34%

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

#B721DB (or 0xB721DB) is known color: Dark Orchid. HEX triplet: B7, 21 and DB. RGB value is (183,33,219). Sum of RGB (Red+Green+Blue) = 183+33+219=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B721DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721DB is #48DE24. Grayscale: #626262. Windows color (decimal): -4775461 or 14361015. OLE color: 14361015.

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

Color convert

RGB 183 33 219 -
CMYK 0.16 0.85 0 0.14
HSL 288.39º 0.74% 0.49% -
HSV(B) 288.39º 0.85% 0.86% -
XYZ 32.86 16.27 68.43 -
YUV 99.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 183 33 219 0.16 0.85 0 0.14 288.39 0.74 0.49
Hex B7 21 DB 10 55 0 E 120 4A 31
Octal 267 41 333 20 125 0 16 440 112 61
Binary 10110111 100001 11011011 10000 1010101 0 1110 100100000 1001010 110001

Color Harmonies of #B721DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721DB

Black with #B721DB

Text Example


Text Example

White with #B721DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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