Html Css Color HEX #B52E8D Medium Red Violet

📋 copy color: '#B52E8D'

red 181 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #B52E8D

Tints of Medium Red Violet #B52E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 49.18%
G = 12.5%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B52E8D (or 0xB52E8D) is known color: Medium Red Violet. HEX triplet: B5, 2E and 8D. RGB value is (181,46,141). Sum of RGB (Red+Green+Blue) = 181+46+141=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E8D is #4AD172. Grayscale: #606060. Windows color (decimal): -4903283 or 9252533. OLE color: 9252533.

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

Color convert

RGB 181 46 141 -
CMYK 0 0.75 0.22 0.29
HSL 317.78º 0.59% 0.45% -
HSV(B) 317.78º 0.75% 0.71% -
XYZ 24.84 13.7 26.53 -
YUV 97.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 181 46 141 0 0.75 0.22 0.29 317.78 0.59 0.45
Hex B5 2E 8D 0 4B 16 1D 13E 3B 2D
Octal 265 56 215 0 113 26 35 476 73 55
Binary 10110101 101110 10001101 0 1001011 10110 11101 100111110 111011 101101

Color Harmonies of #B52E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E8D

Black with #B52E8D

Text Example


Text Example

White with #B52E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E8D; }

 p { color: rgb(181,46,141); }

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

background-color css

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

 a { background-color: rgb(181,46,141); }

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

border-color css

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

 span { border-color: rgb(181,46,141); }

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