Html Css Color HEX #B5237A Medium Red Violet

📋 copy color: '#B5237A'

red 181 ◦ green 35 ◦ blue 122

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

Shades of Medium Red Violet #B5237A

Tints of Medium Red Violet #B5237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 53.55%
G = 10.36%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5237A (or 0xB5237A) is known color: Medium Red Violet. HEX triplet: B5, 23 and 7A. RGB value is (181,35,122). Sum of RGB (Red+Green+Blue) = 181+35+122=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5237A is #4ADC85. Grayscale: #585858. Windows color (decimal): -4906118 or 8004533. OLE color: 8004533.

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

Color convert

RGB 181 35 122 -
CMYK 0 0.81 0.33 0.29
HSL 324.25º 0.68% 0.42% -
HSV(B) 324.25º 0.81% 0.71% -
XYZ 23.17 12.43 19.59 -
YUV 88.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 181 35 122 0 0.81 0.33 0.29 324.25 0.68 0.42
Hex B5 23 7A 0 51 21 1D 144 44 2A
Octal 265 43 172 0 121 41 35 504 104 52
Binary 10110101 100011 1111010 0 1010001 100001 11101 101000100 1000100 101010

Color Harmonies of #B5237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5237A

Black with #B5237A

Text Example


Text Example

White with #B5237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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