#BC2ACE

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

Shades of Dark Orchid #BC2ACE

Tints of Dark Orchid #BC2ACE

Color information

#BC2ACE (or 0xBC2ACE) is unknown color: approx Dark Orchid. HEX triplet: BC, 2A and CE. RGB value is (188,42,206). Sum of RGB (Red+Green+Blue) = 188+42+206=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACE is #43D531. Grayscale: #676767. Windows color (decimal): -4445490 or 13511356. OLE color: 13511356.

HSL color Cylindrical-coordinate representation of color #BC2ACE: hue angle of 293.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2ACE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18842206-
CMYK0.090.8000.19
HSL293.41º66.13%48.63%-
HSV(B)293.41º79.61%80.78%-
XYZ32.7116.859.91-
YUV104.35185.37187.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 42 (16.80% from 255) = 9.63%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=43.12%
G=9.63%
B=47.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188422060.090.8000.19293.4166.1348.63
HexBC2ACE9500131254231
Octal274523161112002344510261
Binary1011110010101011001110100110100000100111001001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2ACE; }

 p { color: rgb(188,42,206); }

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

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

 a { background-color: rgb(188,42,206); }

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

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

 span { border-color: rgb(188,42,206); }

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