Html Css Color HEX #B52D8F Medium Red Violet

📋 copy color: '#B52D8F'

red 181 ◦ green 45 ◦ blue 143

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

Shades of Medium Red Violet #B52D8F

Tints of Medium Red Violet #B52D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 49.05%
G = 12.2%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B52D8F (or 0xB52D8F) is known color: Medium Red Violet. HEX triplet: B5, 2D and 8F. RGB value is (181,45,143). Sum of RGB (Red+Green+Blue) = 181+45+143=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D8F is #4AD270. Grayscale: #606060. Windows color (decimal): -4903537 or 9383349. OLE color: 9383349.

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

Color convert

RGB 181 45 143 -
CMYK 0 0.75 0.21 0.29
HSL 316.76º 0.6% 0.44% -
HSV(B) 316.76º 0.75% 0.71% -
XYZ 24.95 13.68 27.31 -
YUV 96.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 181 45 143 0 0.75 0.21 0.29 316.76 0.6 0.44
Hex B5 2D 8F 0 4B 15 1D 13D 3C 2C
Octal 265 55 217 0 113 25 35 475 74 54
Binary 10110101 101101 10001111 0 1001011 10101 11101 100111101 111100 101100

Color Harmonies of #B52D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D8F

Black with #B52D8F

Text Example


Text Example

White with #B52D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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