#BC2AC7

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

Shades of Dark Orchid #BC2AC7

Tints of Dark Orchid #BC2AC7

Color information

#BC2AC7 (or 0xBC2AC7) is unknown color: approx Dark Orchid. HEX triplet: BC, 2A and C7. RGB value is (188,42,199). Sum of RGB (Red+Green+Blue) = 188+42+199=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC2AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AC7 is #43D538. Grayscale: #676767. Windows color (decimal): -4445497 or 13052604. OLE color: 13052604.

HSL color Cylindrical-coordinate representation of color #BC2AC7: hue angle of 295.8º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2AC7 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18842199-
CMYK0.060.7900.22
HSL295.8º65.15%47.25%-
HSV(B)295.8º78.89%78.04%-
XYZ31.8816.4755.53-
YUV103.55181.87188.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 42 (16.80% from 255) = 9.79%
BLUE value IS 199 (78.12% from 255) = 46.39%
R=43.82%
G=9.79%
B=46.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188421990.060.7900.22295.865.1547.25
HexBC2AC764F016128412f
Octal27452307611702645010157
Binary101111001010101100011111010011110101101001010001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2AC7; }

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

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

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

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

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

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

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

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