Html Css Color HEX #B53282 Medium Red Violet

📋 copy color: '#B53282'

red 181 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #B53282

Tints of Medium Red Violet #B53282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 50.14%
G = 13.85%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B53282 (or 0xB53282) is known color: Medium Red Violet. HEX triplet: B5, 32 and 82. RGB value is (181,50,130). Sum of RGB (Red+Green+Blue) = 181+50+130=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B53282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53282 is #4ACD7D. Grayscale: #626262. Windows color (decimal): -4902270 or 8532661. OLE color: 8532661.

HSL color Cylindrical-coordinate representation of color #B53282: hue angle of 323.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53282 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 130 -
CMYK 0 0.72 0.28 0.29
HSL 323.36º 0.57% 0.45% -
HSV(B) 323.36º 0.72% 0.71% -
XYZ 24.23 13.72 22.49 -
YUV 98.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 181 50 130 0 0.72 0.28 0.29 323.36 0.57 0.45
Hex B5 32 82 0 48 1C 1D 143 39 2D
Octal 265 62 202 0 110 34 35 503 71 55
Binary 10110101 110010 10000010 0 1001000 11100 11101 101000011 111001 101101

Color Harmonies of #B53282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53282

Black with #B53282

Text Example


Text Example

White with #B53282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53282; }

 p { color: rgb(181,50,130); }

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

background-color css

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

 a { background-color: rgb(181,50,130); }

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

border-color css

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

 span { border-color: rgb(181,50,130); }

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