Html Css Color HEX #B52C8D Medium Red Violet

📋 copy color: '#B52C8D'

red 181 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #B52C8D

Tints of Medium Red Violet #B52C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 49.45%
G = 12.02%
B = 38.52%

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

#B52C8D (or 0xB52C8D) is known color: Medium Red Violet. HEX triplet: B5, 2C and 8D. RGB value is (181,44,141). Sum of RGB (Red+Green+Blue) = 181+44+141=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C8D is #4AD372. Grayscale: #5F5F5F. Windows color (decimal): -4903795 or 9252021. OLE color: 9252021.

HSL color Cylindrical-coordinate representation of color #B52C8D: hue angle of 317.52º degrees, saturation: 0.61, 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 #B52C8D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 44 141 -
CMYK 0 0.76 0.22 0.29
HSL 317.52º 0.61% 0.44% -
HSV(B) 317.52º 0.76% 0.71% -
XYZ 24.76 13.55 26.51 -
YUV 96.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 181 44 141 0 0.76 0.22 0.29 317.52 0.61 0.44
Hex B5 2C 8D 0 4C 16 1D 13E 3D 2C
Octal 265 54 215 0 114 26 35 476 75 54
Binary 10110101 101100 10001101 0 1001100 10110 11101 100111110 111101 101100

Color Harmonies of #B52C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C8D

Black with #B52C8D

Text Example


Text Example

White with #B52C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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