Html Css Color HEX #B52283 Medium Red Violet

📋 copy color: '#B52283'

red 181 ◦ green 34 ◦ blue 131

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

Shades of Medium Red Violet #B52283

Tints of Medium Red Violet #B52283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 52.31%
G = 9.83%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B52283 (or 0xB52283) is known color: Medium Red Violet. HEX triplet: B5, 22 and 83. RGB value is (181,34,131). Sum of RGB (Red+Green+Blue) = 181+34+131=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B52283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52283 is #4ADD7C. Grayscale: #585858. Windows color (decimal): -4906365 or 8594101. OLE color: 8594101.

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

Color convert

RGB 181 34 131 -
CMYK 0 0.81 0.28 0.29
HSL 320.41º 0.68% 0.42% -
HSV(B) 320.41º 0.81% 0.71% -
XYZ 23.72 12.61 22.66 -
YUV 89.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 181 34 131 0 0.81 0.28 0.29 320.41 0.68 0.42
Hex B5 22 83 0 51 1C 1D 140 44 2A
Octal 265 42 203 0 121 34 35 500 104 52
Binary 10110101 100010 10000011 0 1010001 11100 11101 101000000 1000100 101010

Color Harmonies of #B52283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52283

Black with #B52283

Text Example


Text Example

White with #B52283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52283; }

 p { color: rgb(181,34,131); }

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

background-color css

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

 a { background-color: rgb(181,34,131); }

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

border-color css

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

 span { border-color: rgb(181,34,131); }

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