#B721DD

Color #B721DD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B721DD

Tints of Dark Orchid #B721DD

Color information

#B721DD (or 0xB721DD) is unknown color: approx Dark Orchid. HEX triplet: B7, 21 and DD. RGB value is (183,33,221). Sum of RGB (Red+Green+Blue) = 183+33+221=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #B721DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721DD is #48DE22. Grayscale: #626262. Windows color (decimal): -4775459 or 14492087. OLE color: 14492087.

HSL color Cylindrical-coordinate representation of color #B721DD: hue angle of 287.87º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B721DD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18333221-
CMYK0.170.8500.13
HSL287.87º74.02%49.8%-
HSV(B)287.87º85.07%86.67%-
XYZ33.1216.3869.82-
YUV99.28196.7187.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 33 (13.28% from 255) = 7.55%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=41.88%
G=7.55%
B=50.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183332210.170.8500.13287.8774.0249.8
HexB721DD11550D1204a32
Octal267413352112501544011262
Binary1011011110000111011101100011010101011011001000001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B721DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B721DD; }

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

 H1.HeaderClassName
 {
   color: #B721DD;
 }
 .AnyTagClassName
 {
   color: #B721DD;
 }
</style>
background-color css

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

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

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

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

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

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