#B21EDD

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

Shades of Dark Orchid #B21EDD

Tints of Dark Orchid #B21EDD

Color information

#B21EDD (or 0xB21EDD) is unknown color: approx Dark Orchid. HEX triplet: B2, 1E and DD. RGB value is (178,30,221). Sum of RGB (Red+Green+Blue) = 178+30+221=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #B21EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EDD is #4DE122. Grayscale: #5F5F5F. Windows color (decimal): -5103907 or 14491314. OLE color: 14491314.

HSL color Cylindrical-coordinate representation of color #B21EDD: hue angle of 286.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21EDD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17830221-
CMYK0.190.8600.13
HSL286.49º76.1%49.22%-
HSV(B)286.49º86.43%86.67%-
XYZ31.8815.6169.74-
YUV96.03198.53186.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 30 (12.11% from 255) = 6.99%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=41.49%
G=6.99%
B=51.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178302210.190.8600.13286.4976.149.22
HexB21EDD13560D11e4c31
Octal262363352312601543611461
Binary101100101111011011101100111010110011011000111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21EDD; }

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

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

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

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

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

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

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

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