Html Css Color HEX #B52275 Medium Red Violet

📋 copy color: '#B52275'

red 181 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #B52275

Tints of Medium Red Violet #B52275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 54.52%
G = 10.24%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B52275 (or 0xB52275) is known color: Medium Red Violet. HEX triplet: B5, 22 and 75. RGB value is (181,34,117). Sum of RGB (Red+Green+Blue) = 181+34+117=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B52275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52275 is #4ADD8A. Grayscale: #575757. Windows color (decimal): -4906379 or 7676597. OLE color: 7676597.

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

Color convert

RGB 181 34 117 -
CMYK 0 0.81 0.35 0.29
HSL 326.12º 0.68% 0.42% -
HSV(B) 326.12º 0.81% 0.71% -
XYZ 22.84 12.25 17.99 -
YUV 87.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 181 34 117 0 0.81 0.35 0.29 326.12 0.68 0.42
Hex B5 22 75 0 51 23 1D 146 44 2A
Octal 265 42 165 0 121 43 35 506 104 52
Binary 10110101 100010 1110101 0 1010001 100011 11101 101000110 1000100 101010

Color Harmonies of #B52275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52275

Black with #B52275

Text Example


Text Example

White with #B52275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52275; }

 p { color: rgb(181,34,117); }

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

background-color css

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

 a { background-color: rgb(181,34,117); }

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

border-color css

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

 span { border-color: rgb(181,34,117); }

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