Html Css Color HEX #B53982 Medium Red Violet

📋 copy color: '#B53982'

red 181 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #B53982

Tints of Medium Red Violet #B53982

RGB

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

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

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

R = 49.18%
G = 15.49%
B = 35.33%

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

#B53982 (or 0xB53982) is known color: Medium Red Violet. HEX triplet: B5, 39 and 82. RGB value is (181,57,130). Sum of RGB (Red+Green+Blue) = 181+57+130=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B53982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53982 is #4AC67D. Grayscale: #666666. Windows color (decimal): -4900478 or 8534453. OLE color: 8534453.

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

Color convert

RGB 181 57 130 -
CMYK 0 0.69 0.28 0.29
HSL 324.68º 0.52% 0.47% -
HSV(B) 324.68º 0.69% 0.71% -
XYZ 24.55 14.36 22.6 -
YUV 102.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 181 57 130 0 0.69 0.28 0.29 324.68 0.52 0.47
Hex B5 39 82 0 45 1C 1D 145 34 2F
Octal 265 71 202 0 105 34 35 505 64 57
Binary 10110101 111001 10000010 0 1000101 11100 11101 101000101 110100 101111

Color Harmonies of #B53982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53982

Black with #B53982

Text Example


Text Example

White with #B53982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53982; }

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

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

background-color css

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

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

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

border-color css

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

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

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