#BC2CDB

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

Shades of Dark Orchid #BC2CDB

Tints of Dark Orchid #BC2CDB

Color information

#BC2CDB (or 0xBC2CDB) is unknown color: approx Dark Orchid. HEX triplet: BC, 2C and DB. RGB value is (188,44,219). Sum of RGB (Red+Green+Blue) = 188+44+219=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDB is #43D324. Grayscale: #6A6A6A. Windows color (decimal): -4444965 or 14363836. OLE color: 14363836.

HSL color Cylindrical-coordinate representation of color #BC2CDB: hue angle of 289.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CDB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18844219-
CMYK0.140.8000.14
HSL289.37º70.85%51.57%-
HSV(B)289.37º79.91%85.88%-
XYZ34.4317.6168.6-
YUV107.01191.21185.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 44 (17.58% from 255) = 9.76%
BLUE value IS 219 (85.94% from 255) = 48.56%
R=41.69%
G=9.76%
B=48.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188442190.140.8000.14289.3770.8551.57
HexBC2CDBE500E1214734
Octal274543331612001644110764
Binary101111001011001101101111101010000011101001000011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2CDB; }

 p { color: rgb(188,44,219); }

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

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

 a { background-color: rgb(188,44,219); }

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

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

 span { border-color: rgb(188,44,219); }

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