Html Css Color HEX #B5337E Medium Red Violet

📋 copy color: '#B5337E'

red 181 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #B5337E

Tints of Medium Red Violet #B5337E

RGB

 RED value IS 181 (71.09% from 255) = 50.56%

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 50.56%
G = 14.25%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5337E (or 0xB5337E) is known color: Medium Red Violet. HEX triplet: B5, 33 and 7E. RGB value is (181,51,126). Sum of RGB (Red+Green+Blue) = 181+51+126=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5337E is #4ACC81. Grayscale: #626262. Windows color (decimal): -4902018 or 8270773. OLE color: 8270773.

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

Color convert

RGB 181 51 126 -
CMYK 0 0.72 0.30 0.29
HSL 325.38º 0.56% 0.45% -
HSV(B) 325.38º 0.72% 0.71% -
XYZ 24.01 13.7 21.12 -
YUV 98.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 181 51 126 0 0.72 0.30 0.29 325.38 0.56 0.45
Hex B5 33 7E 0 48 1E 1D 145 38 2D
Octal 265 63 176 0 110 36 35 505 70 55
Binary 10110101 110011 1111110 0 1001000 11110 11101 101000101 111000 101101

Color Harmonies of #B5337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5337E

Black with #B5337E

Text Example


Text Example

White with #B5337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5337E; }

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

 H1.HeaderClassName
 {
   color: #B5337E;
 }
 .AnyTagClassName
 {
   color: #B5337E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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