#BC38A7

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

Shades of Medium Red Violet #BC38A7

Tints of Medium Red Violet #BC38A7

Color information

#BC38A7 (or 0xBC38A7) is unknown color: approx Medium Red Violet. HEX triplet: BC, 38 and A7. RGB value is (188,56,167). Sum of RGB (Red+Green+Blue) = 188+56+167=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38A7 is #43C758. Grayscale: #6B6B6B. Windows color (decimal): -4441945 or 10959036. OLE color: 10959036.

HSL color Cylindrical-coordinate representation of color #BC38A7: hue angle of 309.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC38A7 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18856167-
CMYK00.700.110.26
HSL309.55º54.1%47.84%-
HSV(B)309.55º70.21%73.73%-
XYZ29.1316.3138.17-
YUV108.12161.23184.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=45.74%
G=13.63%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885616700.700.110.26309.5554.147.84
HexBC38A7046B1A1363630
Octal27470247010613324666660
Binary101111001110001010011101000110101111010100110110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38A7; }

 p { color: rgb(188,56,167); }

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

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

 a { background-color: rgb(188,56,167); }

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

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

 span { border-color: rgb(188,56,167); }

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