Html Css Color HEX #B50BA1 Medium Violet Red

📋 copy color: '#B50BA1'

red 181 ◦ green 11 ◦ blue 161

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

Shades of Medium Violet Red #B50BA1

Tints of Medium Violet Red #B50BA1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

 BLUE value IS 161 (63.28% from 255) = 45.61%

R = 51.27%
G = 3.12%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B50BA1 (or 0xB50BA1) is known color: Medium Violet Red. HEX triplet: B5, 0B and A1. RGB value is (181,11,161). Sum of RGB (Red+Green+Blue) = 181+11+161=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA1 is #4AF45E. Grayscale: #4E4E4E. Windows color (decimal): -4912223 or 10554293. OLE color: 10554293.

HSL color Cylindrical-coordinate representation of color #B50BA1: hue angle of 307.06º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 161 -
CMYK 0 0.94 0.11 0.29
HSL 307.06º 0.89% 0.38% -
HSV(B) 307.06º 0.94% 0.71% -
XYZ 25.61 12.64 34.81 -
YUV 78.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 181 11 161 0 0.94 0.11 0.29 307.06 0.89 0.38
Hex B5 B A1 0 5E B 1D 133 59 26
Octal 265 13 241 0 136 13 35 463 131 46
Binary 10110101 1011 10100001 0 1011110 1011 11101 100110011 1011001 100110

Color Harmonies of #B50BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BA1

Black with #B50BA1

Text Example


Text Example

White with #B50BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BA1; }

 p { color: rgb(181,11,161); }

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

background-color css

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

 a { background-color: rgb(181,11,161); }

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

border-color css

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

 span { border-color: rgb(181,11,161); }

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