#B4368E

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

Shades of Medium Red Violet #B4368E

Tints of Medium Red Violet #B4368E

Color information

#B4368E (or 0xB4368E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 8E. RGB value is (180,54,142). Sum of RGB (Red+Green+Blue) = 180+54+142=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4368E is #4BC971. Grayscale: #656565. Windows color (decimal): -4966770 or 9320116. OLE color: 9320116.

HSL color Cylindrical-coordinate representation of color #B4368E: hue angle of 318.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4368E is Cyan = 0, Magento = 0.7, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18054142-
CMYK00.70.210.29
HSL318.1º53.85%45.88%-
HSV(B)318.1º70%70.59%-
XYZ25.0214.2927.03-
YUV101.71150.74183.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 54 (21.48% from 255) = 14.36%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=47.87%
G=14.36%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805414200.70.210.29318.153.8545.88
HexB4368E046151D13e362e
Octal26466216010625354766656
Binary1011010011011010001110010001101010111101100111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4368E; }

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

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

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

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

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

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

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

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