Html Css Color HEX #B5237F Medium Red Violet

📋 copy color: '#B5237F'

red 181 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #B5237F

Tints of Medium Red Violet #B5237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

 BLUE value IS 127 (50% from 255) = 37.03%

R = 52.77%
G = 10.2%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5237F (or 0xB5237F) is known color: Medium Red Violet. HEX triplet: B5, 23 and 7F. RGB value is (181,35,127). Sum of RGB (Red+Green+Blue) = 181+35+127=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5237F is #4ADC80. Grayscale: #585858. Windows color (decimal): -4906113 or 8332213. OLE color: 8332213.

HSL color Cylindrical-coordinate representation of color #B5237F: hue angle of 322.19º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5237F is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 127 -
CMYK 0 0.81 0.30 0.29
HSL 322.19º 0.68% 0.42% -
HSV(B) 322.19º 0.81% 0.71% -
XYZ 23.49 12.56 21.26 -
YUV 89.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 181 35 127 0 0.81 0.30 0.29 322.19 0.68 0.42
Hex B5 23 7F 0 51 1E 1D 142 44 2A
Octal 265 43 177 0 121 36 35 502 104 52
Binary 10110101 100011 1111111 0 1010001 11110 11101 101000010 1000100 101010

Color Harmonies of #B5237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5237F

Black with #B5237F

Text Example


Text Example

White with #B5237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5237F; }

 p { color: rgb(181,35,127); }

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

background-color css

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

 a { background-color: rgb(181,35,127); }

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

border-color css

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

 span { border-color: rgb(181,35,127); }

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