#B21EC4

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

Shades of Dark Orchid #B21EC4

Tints of Dark Orchid #B21EC4

Color information

#B21EC4 (or 0xB21EC4) is unknown color: approx Dark Orchid. HEX triplet: B2, 1E and C4. RGB value is (178,30,196). Sum of RGB (Red+Green+Blue) = 178+30+196=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #B21EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EC4 is #4DE13B. Grayscale: #5C5C5C. Windows color (decimal): -5103932 or 12852914. OLE color: 12852914.

HSL color Cylindrical-coordinate representation of color #B21EC4: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21EC4 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17830196-
CMYK0.090.8500.23
HSL293.49º73.45%44.31%-
HSV(B)293.49º84.69%76.86%-
XYZ28.7914.3853.48-
YUV93.18186.03188.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=44.06%
G=7.43%
B=48.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178301960.090.8500.23293.4973.4544.31
HexB21EC4955017125492c
Octal262363041112502744511154
Binary101100101111011000100100110101010101111001001011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21EC4; }

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

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

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

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

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

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

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

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