#bc368e

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

Shades of Medium Red Violet #BC368E

Tints of Medium Red Violet #BC368E

Color information

#BC368E (or 0xBC368E) is unknown color: approx Medium Red Violet. HEX triplet: BC, 36 and 8E. RGB value is (188,54,142). Sum of RGB (Red+Green+Blue) = 188+54+142=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368E is #43C971. Grayscale: #676767. Windows color (decimal): -4442482 or 9320124. OLE color: 9320124.

HSL color Cylindrical-coordinate representation of color #BC368E: hue angle of 320.6º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC368E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18854142-
CMYK00.710.240.26
HSL320.6º55.37%47.45%-
HSV(B)320.6º71.28%73.73%-
XYZ26.9415.2827.12-
YUV104.1149.39187.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=48.96%
G=14.06%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885414200.710.240.26320.655.3747.45
HexBC368E047181A141372f
Octal27466216010730325016757
Binary1011110011011010001110010001111100011010101000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc368e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc368e; }

 p { color: rgb(188,54,142); }

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

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

 a { background-color: rgb(188,54,142); }

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

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

 span { border-color: rgb(188,54,142); }

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