Html Css Color HEX #B5337B Medium Red Violet

📋 copy color: '#B5337B'

red 181 ◦ green 51 ◦ blue 123

#B5337B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B5337B

Tints of Medium Red Violet #B5337B

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 value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5337B (or 0xB5337B) is known color: 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

RGB 181 51 123 -
CMYK 0 0.72 0.32 0.29
HSL 326.77º 0.56% 0.45% -
HSV(B) 326.77º 0.72% 0.71% -
XYZ 23.82 13.62 20.11 -
YUV 98.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 181 51 123 0 0.72 0.32 0.29 326.77 0.56 0.45
Hex B5 33 7B 0 48 20 1D 147 38 2D
Octal 265 63 173 0 110 40 35 507 70 55
Binary 10110101 110011 1111011 0 1001000 100000 11101 101000111 111000 101101

Color Harmonies of #B5337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5337B

Black with #B5337B

Text Example


Text Example

White with #B5337B

Text Example


Text Example

HTML Codes & Css Web 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>