Html Css Color HEX #B52274 Medium Red Violet

📋 copy color: '#B52274'

red 181 ◦ green 34 ◦ blue 116

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

Shades of Medium Red Violet #B52274

Tints of Medium Red Violet #B52274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 54.68%
G = 10.27%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B52274 (or 0xB52274) is known color: Medium Red Violet. HEX triplet: B5, 22 and 74. RGB value is (181,34,116). Sum of RGB (Red+Green+Blue) = 181+34+116=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B52274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52274 is #4ADD8B. Grayscale: #575757. Windows color (decimal): -4906380 or 7611061. OLE color: 7611061.

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

Color convert

RGB 181 34 116 -
CMYK 0 0.81 0.36 0.29
HSL 326.53º 0.68% 0.42% -
HSV(B) 326.53º 0.81% 0.71% -
XYZ 22.78 12.23 17.68 -
YUV 87.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 181 34 116 0 0.81 0.36 0.29 326.53 0.68 0.42
Hex B5 22 74 0 51 24 1D 147 44 2A
Octal 265 42 164 0 121 44 35 507 104 52
Binary 10110101 100010 1110100 0 1010001 100100 11101 101000111 1000100 101010

Color Harmonies of #B52274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52274

Black with #B52274

Text Example


Text Example

White with #B52274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52274; }

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

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

background-color css

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

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

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

border-color css

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

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

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