#BC2BCA

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

Shades of Dark Orchid #BC2BCA

Tints of Dark Orchid #BC2BCA

Color information

#BC2BCA (or 0xBC2BCA) is unknown color: approx Dark Orchid. HEX triplet: BC, 2B and CA. RGB value is (188,43,202). Sum of RGB (Red+Green+Blue) = 188+43+202=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC2BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCA is #43D435. Grayscale: #676767. Windows color (decimal): -4445238 or 13249468. OLE color: 13249468.

HSL color Cylindrical-coordinate representation of color #BC2BCA: hue angle of 294.72º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BCA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18843202-
CMYK0.070.7900.21
HSL294.72º64.9%48.04%-
HSV(B)294.72º78.71%79.22%-
XYZ32.2616.6857.4-
YUV104.48183.04187.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 43 (17.19% from 255) = 9.93%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=43.42%
G=9.93%
B=46.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188432020.070.7900.21294.7264.948.04
HexBC2BCA74F0151274130
Octal27453312711702544710160
Binary101111001010111100101011110011110101011001001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2BCA; }

 p { color: rgb(188,43,202); }

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

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

 a { background-color: rgb(188,43,202); }

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

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

 span { border-color: rgb(188,43,202); }

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