Html Css Color HEX #B53983 Medium Red Violet

📋 copy color: '#B53983'

red 181 ◦ green 57 ◦ blue 131

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

Shades of Medium Red Violet #B53983

Tints of Medium Red Violet #B53983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

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

R = 49.05%
G = 15.45%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B53983 (or 0xB53983) is known color: Medium Red Violet. HEX triplet: B5, 39 and 83. RGB value is (181,57,131). Sum of RGB (Red+Green+Blue) = 181+57+131=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53983 is #4AC67C. Grayscale: #666666. Windows color (decimal): -4900477 or 8599989. OLE color: 8599989.

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

Color convert

RGB 181 57 131 -
CMYK 0 0.69 0.28 0.29
HSL 324.19º 0.52% 0.47% -
HSV(B) 324.19º 0.69% 0.71% -
XYZ 24.62 14.39 22.95 -
YUV 102.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 181 57 131 0 0.69 0.28 0.29 324.19 0.52 0.47
Hex B5 39 83 0 45 1C 1D 144 34 2F
Octal 265 71 203 0 105 34 35 504 64 57
Binary 10110101 111001 10000011 0 1000101 11100 11101 101000100 110100 101111

Color Harmonies of #B53983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53983

Black with #B53983

Text Example


Text Example

White with #B53983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53983; }

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

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

background-color css

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

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

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

border-color css

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

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

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