Html Css Color HEX #B53478 Medium Red Violet

📋 copy color: '#B53478'

red 181 ◦ green 52 ◦ blue 120

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

Shades of Medium Red Violet #B53478

Tints of Medium Red Violet #B53478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 51.27%
G = 14.73%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53478 (or 0xB53478) is known color: Medium Red Violet. HEX triplet: B5, 34 and 78. RGB value is (181,52,120). Sum of RGB (Red+Green+Blue) = 181+52+120=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B53478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53478 is #4ACB87. Grayscale: #626262. Windows color (decimal): -4901768 or 7877813. OLE color: 7877813.

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

Color convert

RGB 181 52 120 -
CMYK 0 0.71 0.34 0.29
HSL 328.37º 0.55% 0.46% -
HSV(B) 328.37º 0.71% 0.71% -
XYZ 23.67 13.64 19.15 -
YUV 98.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 181 52 120 0 0.71 0.34 0.29 328.37 0.55 0.46
Hex B5 34 78 0 47 22 1D 148 37 2E
Octal 265 64 170 0 107 42 35 510 67 56
Binary 10110101 110100 1111000 0 1000111 100010 11101 101001000 110111 101110

Color Harmonies of #B53478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53478

Black with #B53478

Text Example


Text Example

White with #B53478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53478; }

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

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

background-color css

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

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

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

border-color css

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

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

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