#BC3099

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

Shades of Medium Red Violet #BC3099

Tints of Medium Red Violet #BC3099

Color information

#BC3099 (or 0xBC3099) is unknown color: approx Medium Red Violet. HEX triplet: BC, 30 and 99. RGB value is (188,48,153). Sum of RGB (Red+Green+Blue) = 188+48+153=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3099 is #43CF66. Grayscale: #656565. Windows color (decimal): -4444007 or 10039484. OLE color: 10039484.

HSL color Cylindrical-coordinate representation of color #BC3099: hue angle of 315º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3099 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18848153-
CMYK00.740.190.26
HSL315º59.32%46.27%-
HSV(B)315º74.47%73.73%-
XYZ27.5515.1131.6-
YUV101.83156.88189.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 48 (19.14% from 255) = 12.34%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=48.33%
G=12.34%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884815300.740.190.2631559.3246.27
HexBC309904A131A13b3b2e
Octal27460231011223324737356
Binary1011110011000010011001010010101001111010100111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3099; }

 p { color: rgb(188,48,153); }

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

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

 a { background-color: rgb(188,48,153); }

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

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

 span { border-color: rgb(188,48,153); }

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