Html Css Color HEX #B53078 Medium Red Violet

📋 copy color: '#B53078'

red 181 ◦ green 48 ◦ blue 120

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

Shades of Medium Red Violet #B53078

Tints of Medium Red Violet #B53078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 51.86%
G = 13.75%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53078 (or 0xB53078) is known color: Medium Red Violet. HEX triplet: B5, 30 and 78. RGB value is (181,48,120). Sum of RGB (Red+Green+Blue) = 181+48+120=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53078 is #4ACF87. Grayscale: #5F5F5F. Windows color (decimal): -4902792 or 7876789. OLE color: 7876789.

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

Color convert

RGB 181 48 120 -
CMYK 0 0.73 0.34 0.29
HSL 327.52º 0.58% 0.45% -
HSV(B) 327.52º 0.73% 0.71% -
XYZ 23.5 13.29 19.1 -
YUV 95.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 181 48 120 0 0.73 0.34 0.29 327.52 0.58 0.45
Hex B5 30 78 0 49 22 1D 148 3A 2D
Octal 265 60 170 0 111 42 35 510 72 55
Binary 10110101 110000 1111000 0 1001001 100010 11101 101001000 111010 101101

Color Harmonies of #B53078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53078

Black with #B53078

Text Example


Text Example

White with #B53078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53078; }

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

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

background-color css

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

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

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

border-color css

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

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

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