#BC0A88

Color #BC0A88 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC0A88

Tints of Medium Violet Red #BC0A88

Color information

#BC0A88 (or 0xBC0A88) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 88. RGB value is (188,10,136). Sum of RGB (Red+Green+Blue) = 188+10+136=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A88 is #43F577. Grayscale: #4D4D4D. Windows color (decimal): -4453752 or 8915644. OLE color: 8915644.

HSL color Cylindrical-coordinate representation of color #BC0A88: hue angle of 317.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A88 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18810136-
CMYK00.950.280.26
HSL317.53º89.9%38.82%-
HSV(B)317.53º94.68%73.73%-
XYZ25.2912.6924.41-
YUV77.59160.97206.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=56.29%
G=2.99%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881013600.950.280.26317.5389.938.82
HexBCA8805F1C1A13e5a27
Octal274122100137343247613247
Binary101111001010100010000101111111100110101001111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A88; }

 p { color: rgb(188,10,136); }

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

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

 a { background-color: rgb(188,10,136); }

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

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

 span { border-color: rgb(188,10,136); }

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