#B5337B

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

Shades of Medium Red Violet #B5337B

Tints of Medium Red Violet #B5337B

Color information

#B5337B (or 0xB5337B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 7B. RGB value is (181,51,123). Sum of RGB (Red+Green+Blue) = 181+51+123=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5337B is #4ACC84. Grayscale: #616161. Windows color (decimal): -4902021 or 8074165. OLE color: 8074165.

HSL color Cylindrical-coordinate representation of color #B5337B: hue angle of 326.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5337B is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18151123-
CMYK00.720.320.29
HSL326.77º56.03%45.49%-
HSV(B)326.77º71.82%70.98%-
XYZ23.8213.6220.11-
YUV98.08142.07187.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=50.99%
G=14.37%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815112300.720.320.29326.7756.0345.49
HexB5337B048201D147382d
Octal26563173011040355077055
Binary1011010111001111110110100100010000011101101000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5337B; }

 p { color: rgb(181,51,123); }

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

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

 a { background-color: rgb(181,51,123); }

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

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

 span { border-color: rgb(181,51,123); }

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