Html Css Color HEX #B52380 Medium Red Violet

📋 copy color: '#B52380'

red 181 ◦ green 35 ◦ blue 128

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

Shades of Medium Red Violet #B52380

Tints of Medium Red Violet #B52380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 52.62%
G = 10.17%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B52380 (or 0xB52380) is known color: Medium Red Violet. HEX triplet: B5, 23 and 80. RGB value is (181,35,128). Sum of RGB (Red+Green+Blue) = 181+35+128=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B52380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52380 is #4ADC7F. Grayscale: #595959. Windows color (decimal): -4906112 or 8397749. OLE color: 8397749.

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

Color convert

RGB 181 35 128 -
CMYK 0 0.81 0.29 0.29
HSL 321.78º 0.68% 0.42% -
HSV(B) 321.78º 0.81% 0.71% -
XYZ 23.55 12.58 21.61 -
YUV 89.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 181 35 128 0 0.81 0.29 0.29 321.78 0.68 0.42
Hex B5 23 80 0 51 1D 1D 142 44 2A
Octal 265 43 200 0 121 35 35 502 104 52
Binary 10110101 100011 10000000 0 1010001 11101 11101 101000010 1000100 101010

Color Harmonies of #B52380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52380

Black with #B52380

Text Example


Text Example

White with #B52380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52380; }

 p { color: rgb(181,35,128); }

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

background-color css

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

 a { background-color: rgb(181,35,128); }

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

border-color css

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

 span { border-color: rgb(181,35,128); }

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