#BC30A3

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

Shades of Medium Red Violet #BC30A3

Tints of Medium Red Violet #BC30A3

Color information

#BC30A3 (or 0xBC30A3) is unknown color: approx Medium Red Violet. HEX triplet: BC, 30 and A3. RGB value is (188,48,163). Sum of RGB (Red+Green+Blue) = 188+48+163=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A3 is #43CF5C. Grayscale: #666666. Windows color (decimal): -4443997 or 10694844. OLE color: 10694844.

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

Color convert

RGB18848163-
CMYK00.740.130.26
HSL310.71º59.32%46.27%-
HSV(B)310.71º74.47%73.73%-
XYZ28.4115.4536.14-
YUV102.97161.88188.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=47.12%
G=12.03%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884816300.740.130.26310.7159.3246.27
HexBC30A304AD1A1373b2e
Octal27460243011215324677356
Binary101111001100001010001101001010110111010100110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC30A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC30A3; }

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

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

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

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

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

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

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

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