Html Css Color HEX #B52781 Medium Red Violet

📋 copy color: '#B52781'

red 181 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #B52781

Tints of Medium Red Violet #B52781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

 BLUE value IS 129 (50.78% from 255) = 36.96%

R = 51.86%
G = 11.17%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B52781 (or 0xB52781) is known color: Medium Red Violet. HEX triplet: B5, 27 and 81. RGB value is (181,39,129). Sum of RGB (Red+Green+Blue) = 181+39+129=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B52781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52781 is #4AD87E. Grayscale: #5B5B5B. Windows color (decimal): -4905087 or 8464309. OLE color: 8464309.

HSL color Cylindrical-coordinate representation of color #B52781: hue angle of 321.97º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52781 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 129 -
CMYK 0 0.78 0.29 0.29
HSL 321.97º 0.65% 0.43% -
HSV(B) 321.97º 0.78% 0.71% -
XYZ 23.74 12.86 22 -
YUV 91.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 181 39 129 0 0.78 0.29 0.29 321.97 0.65 0.43
Hex B5 27 81 0 4E 1D 1D 142 41 2B
Octal 265 47 201 0 116 35 35 502 101 53
Binary 10110101 100111 10000001 0 1001110 11101 11101 101000010 1000001 101011

Color Harmonies of #B52781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52781

Black with #B52781

Text Example


Text Example

White with #B52781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52781; }

 p { color: rgb(181,39,129); }

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

background-color css

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

 a { background-color: rgb(181,39,129); }

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

border-color css

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

 span { border-color: rgb(181,39,129); }

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