Html Css Color HEX #B52B8D Medium Red Violet

📋 copy color: '#B52B8D'

red 181 ◦ green 43 ◦ blue 141

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

Shades of Medium Red Violet #B52B8D

Tints of Medium Red Violet #B52B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 49.59%
G = 11.78%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B52B8D (or 0xB52B8D) is known color: Medium Red Violet. HEX triplet: B5, 2B and 8D. RGB value is (181,43,141). Sum of RGB (Red+Green+Blue) = 181+43+141=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B8D is #4AD472. Grayscale: #5F5F5F. Windows color (decimal): -4904051 or 9251765. OLE color: 9251765.

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

Color convert

RGB 181 43 141 -
CMYK 0 0.76 0.22 0.29
HSL 317.39º 0.62% 0.44% -
HSV(B) 317.39º 0.76% 0.71% -
XYZ 24.73 13.47 26.5 -
YUV 95.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 181 43 141 0 0.76 0.22 0.29 317.39 0.62 0.44
Hex B5 2B 8D 0 4C 16 1D 13D 3E 2C
Octal 265 53 215 0 114 26 35 475 76 54
Binary 10110101 101011 10001101 0 1001100 10110 11101 100111101 111110 101100

Color Harmonies of #B52B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B8D

Black with #B52B8D

Text Example


Text Example

White with #B52B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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