Html Css Color HEX #B53483 Medium Red Violet

📋 copy color: '#B53483'

red 181 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #B53483

Tints of Medium Red Violet #B53483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

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

R = 49.73%
G = 14.29%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B53483 (or 0xB53483) is known color: Medium Red Violet. HEX triplet: B5, 34 and 83. RGB value is (181,52,131). Sum of RGB (Red+Green+Blue) = 181+52+131=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B53483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53483 is #4ACB7C. Grayscale: #636363. Windows color (decimal): -4901757 or 8598709. OLE color: 8598709.

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

Color convert

RGB 181 52 131 -
CMYK 0 0.71 0.28 0.29
HSL 323.26º 0.55% 0.46% -
HSV(B) 323.26º 0.71% 0.71% -
XYZ 24.38 13.92 22.87 -
YUV 99.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 181 52 131 0 0.71 0.28 0.29 323.26 0.55 0.46
Hex B5 34 83 0 47 1C 1D 143 37 2E
Octal 265 64 203 0 107 34 35 503 67 56
Binary 10110101 110100 10000011 0 1000111 11100 11101 101000011 110111 101110

Color Harmonies of #B53483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53483

Black with #B53483

Text Example


Text Example

White with #B53483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53483; }

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

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

background-color css

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

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

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

border-color css

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

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

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