#BC29DA

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

Shades of Dark Orchid #BC29DA

Tints of Dark Orchid #BC29DA

Color information

#BC29DA (or 0xBC29DA) is unknown color: approx Dark Orchid. HEX triplet: BC, 29 and DA. RGB value is (188,41,218). Sum of RGB (Red+Green+Blue) = 188+41+218=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29DA is #43D625. Grayscale: #686868. Windows color (decimal): -4445734 or 14297532. OLE color: 14297532.

HSL color Cylindrical-coordinate representation of color #BC29DA: hue angle of 289.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC29DA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18841218-
CMYK0.140.8100.15
HSL289.83º70.52%50.78%-
HSV(B)289.83º81.19%85.49%-
XYZ34.1917.3467.87-
YUV105.13191.7187.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 41 (16.41% from 255) = 9.17%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=42.06%
G=9.17%
B=48.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188412180.140.8100.15289.8370.5250.78
HexBC29DAE510F1224733
Octal274513321612101744210763
Binary101111001010011101101011101010001011111001000101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC29DA; }

 p { color: rgb(188,41,218); }

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

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

 a { background-color: rgb(188,41,218); }

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

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

 span { border-color: rgb(188,41,218); }

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