#BC29CC

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

Shades of Dark Orchid #BC29CC

Tints of Dark Orchid #BC29CC

Color information

#BC29CC (or 0xBC29CC) is unknown color: approx Dark Orchid. HEX triplet: BC, 29 and CC. RGB value is (188,41,204). Sum of RGB (Red+Green+Blue) = 188+41+204=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CC is #43D633. Grayscale: #676767. Windows color (decimal): -4445748 or 13380028. OLE color: 13380028.

HSL color Cylindrical-coordinate representation of color #BC29CC: hue angle of 294.11º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC29CC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18841204-
CMYK0.080.8000.2
HSL294.11º66.53%48.04%-
HSV(B)294.11º79.9%80%-
XYZ32.4316.6458.63-
YUV103.54184.7188.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 41 (16.41% from 255) = 9.47%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=43.42%
G=9.47%
B=47.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188412040.080.8000.2294.1166.5348.04
HexBC29CC8500141264330
Octal274513141012002444610360
Binary1011110010100111001100100010100000101001001001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC29CC; }

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

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

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

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

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

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

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

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