#B4367B

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

Shades of Medium Red Violet #B4367B

Tints of Medium Red Violet #B4367B

Color information

#B4367B (or 0xB4367B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 7B. RGB value is (180,54,123). Sum of RGB (Red+Green+Blue) = 180+54+123=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4367B is #4BC984. Grayscale: #636363. Windows color (decimal): -4966789 or 8074932. OLE color: 8074932.

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

Color convert

RGB18054123-
CMYK00.70.320.29
HSL327.14º53.85%45.88%-
HSV(B)327.14º70%70.59%-
XYZ23.7213.7720.15-
YUV99.54141.24185.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 54 (21.48% from 255) = 15.13%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=50.42%
G=15.13%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805412300.70.320.29327.1453.8545.88
HexB4367B046201D147362e
Octal26466173010640355076656
Binary1011010011011011110110100011010000011101101000111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4367B; }

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

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

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

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

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

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

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

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