Html Css Color HEX #B52D94 Medium Red Violet

📋 copy color: '#B52D94'

red 181 ◦ green 45 ◦ blue 148

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

Shades of Medium Red Violet #B52D94

Tints of Medium Red Violet #B52D94

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.03%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 48.4%
G = 12.03%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B52D94 (or 0xB52D94) is known color: Medium Red Violet. HEX triplet: B5, 2D and 94. RGB value is (181,45,148). Sum of RGB (Red+Green+Blue) = 181+45+148=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D94 is #4AD26B. Grayscale: #616161. Windows color (decimal): -4903532 or 9711029. OLE color: 9711029.

HSL color Cylindrical-coordinate representation of color #B52D94: hue angle of 314.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D94 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 45 148 -
CMYK 0 0.75 0.18 0.29
HSL 314.56º 0.6% 0.44% -
HSV(B) 314.56º 0.75% 0.71% -
XYZ 25.34 13.84 29.35 -
YUV 97.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 181 45 148 0 0.75 0.18 0.29 314.56 0.6 0.44
Hex B5 2D 94 0 4B 12 1D 13B 3C 2C
Octal 265 55 224 0 113 22 35 473 74 54
Binary 10110101 101101 10010100 0 1001011 10010 11101 100111011 111100 101100

Color Harmonies of #B52D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D94

Black with #B52D94

Text Example


Text Example

White with #B52D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D94; }

 p { color: rgb(181,45,148); }

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

background-color css

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

 a { background-color: rgb(181,45,148); }

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

border-color css

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

 span { border-color: rgb(181,45,148); }

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