#B4368B

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

Shades of Medium Red Violet #B4368B

Tints of Medium Red Violet #B4368B

Color information

#B4368B (or 0xB4368B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 8B. RGB value is (180,54,139). Sum of RGB (Red+Green+Blue) = 180+54+139=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4368B is #4BC974. Grayscale: #656565. Windows color (decimal): -4966773 or 9123508. OLE color: 9123508.

HSL color Cylindrical-coordinate representation of color #B4368B: hue angle of 319.52º 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 #B4368B is Cyan = 0, Magento = 0.7, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18054139-
CMYK00.70.230.29
HSL319.52º53.85%45.88%-
HSV(B)319.52º70%70.59%-
XYZ24.814.2125.86-
YUV101.36149.24184.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=48.26%
G=14.48%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805413900.70.230.29319.5253.8545.88
HexB4368B046171D140362e
Octal26466213010627355006656
Binary1011010011011010001011010001101011111101101000000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4368B; }

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

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

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

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

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

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

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

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