Html Css Color HEX #B50790 Medium Violet Red

📋 copy color: '#B50790'

red 181 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #B50790

Tints of Medium Violet Red #B50790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 54.52%
G = 2.11%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50790 (or 0xB50790) is known color: Medium Violet Red. HEX triplet: B5, 07 and 90. RGB value is (181,7,144). Sum of RGB (Red+Green+Blue) = 181+7+144=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B50790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50790 is #4AF86F. Grayscale: #4A4A4A. Windows color (decimal): -4913264 or 9439157. OLE color: 9439157.

HSL color Cylindrical-coordinate representation of color #B50790: hue angle of 312.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50790 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 144 -
CMYK 0 0.96 0.20 0.29
HSL 312.76º 0.93% 0.37% -
HSV(B) 312.76º 0.96% 0.71% -
XYZ 24.17 11.99 27.43 -
YUV 74.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 181 7 144 0 0.96 0.20 0.29 312.76 0.93 0.37
Hex B5 7 90 0 60 14 1D 139 5D 25
Octal 265 7 220 0 140 24 35 471 135 45
Binary 10110101 111 10010000 0 1100000 10100 11101 100111001 1011101 100101

Color Harmonies of #B50790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50790

Black with #B50790

Text Example


Text Example

White with #B50790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50790; }

 p { color: rgb(181,7,144); }

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

background-color css

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

 a { background-color: rgb(181,7,144); }

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

border-color css

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

 span { border-color: rgb(181,7,144); }

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