#B21EE5

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

Shades of Dark Orchid #B21EE5

Tints of Dark Orchid #B21EE5

Color information

#B21EE5 (or 0xB21EE5) is unknown color: approx Dark Orchid. HEX triplet: B2, 1E and E5. RGB value is (178,30,229). Sum of RGB (Red+Green+Blue) = 178+30+229=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #B21EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EE5 is #4DE11A. Grayscale: #606060. Windows color (decimal): -5103899 or 15015602. OLE color: 15015602.

HSL color Cylindrical-coordinate representation of color #B21EE5: hue angle of 284.62º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EE5 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17830229-
CMYK0.220.8700.10
HSL284.62º79.28%50.78%-
HSV(B)284.62º86.9%89.8%-
XYZ32.9716.0575.49-
YUV96.94202.53185.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 229 (89.84% from 255) = 52.40%
R=40.73%
G=6.86%
B=52.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178302290.220.8700.10284.6279.2850.78
HexB21EE516570A11d4f33
Octal262363452612701243511763
Binary101100101111011100101101101010111010101000111011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21EE5; }

 p { color: rgb(178,30,229); }

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

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

 a { background-color: rgb(178,30,229); }

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

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

 span { border-color: rgb(178,30,229); }

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