#BC0488

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

Shades of Medium Violet Red #BC0488

Tints of Medium Violet Red #BC0488

Color information

#BC0488 (or 0xBC0488) is unknown color: approx Medium Violet Red. HEX triplet: BC, 04 and 88. RGB value is (188,4,136). Sum of RGB (Red+Green+Blue) = 188+4+136=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0488 is #43FB77. Grayscale: #494949. Windows color (decimal): -4455288 or 8914108. OLE color: 8914108.

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

Color convert

RGB1884136-
CMYK00.980.280.26
HSL316.96º95.83%37.65%-
HSV(B)316.96º97.87%73.73%-
XYZ25.2312.5624.39-
YUV74.06162.96209.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=57.32%
G=1.22%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188413600.980.280.26316.9695.8337.65
HexBC4880621C1A13d6026
Octal27442100142343247514046
Binary10111100100100010000110001011100110101001111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0488; }

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

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

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

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

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

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

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

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