#BC22E1

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

Shades of Dark Orchid #BC22E1

Tints of Dark Orchid #BC22E1

Color information

#BC22E1 (or 0xBC22E1) is unknown color: approx Dark Orchid. HEX triplet: BC, 22 and E1. RGB value is (188,34,225). Sum of RGB (Red+Green+Blue) = 188+34+225=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC22E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22E1 is #43DD1E. Grayscale: #656565. Windows color (decimal): -4447519 or 14754492. OLE color: 14754492.

HSL color Cylindrical-coordinate representation of color #BC22E1: hue angle of 288.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC22E1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18834225-
CMYK0.160.8500.12
HSL288.38º76.1%50.78%-
HSV(B)288.38º84.89%88.24%-
XYZ34.917.2772.73-
YUV101.82197.52189.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 34 (13.67% from 255) = 7.61%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=42.06%
G=7.61%
B=50.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188342250.160.8500.12288.3876.150.78
HexBC22E110550C1204c33
Octal274423412012501444011463
Binary1011110010001011100001100001010101011001001000001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC22E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC22E1; }

 p { color: rgb(188,34,225); }

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

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

 a { background-color: rgb(188,34,225); }

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

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

 span { border-color: rgb(188,34,225); }

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