#BC308F

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

Shades of Medium Red Violet #BC308F

Tints of Medium Red Violet #BC308F

Color information

#BC308F (or 0xBC308F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 30 and 8F. RGB value is (188,48,143). Sum of RGB (Red+Green+Blue) = 188+48+143=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308F is #43CF70. Grayscale: #646464. Windows color (decimal): -4444017 or 9384124. OLE color: 9384124.

HSL color Cylindrical-coordinate representation of color #BC308F: hue angle of 319.29º 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 #BC308F is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18848143-
CMYK00.740.240.26
HSL319.29º59.32%46.27%-
HSV(B)319.29º74.47%73.73%-
XYZ26.7514.7927.43-
YUV100.69151.88190.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=49.60%
G=12.66%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884814300.740.240.26319.2959.3246.27
HexBC308F04A181A13f3b2e
Octal27460217011230324777356
Binary1011110011000010001111010010101100011010100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC308F; }

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

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

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

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

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

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

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

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