Html Css Color HEX #B50BA3 Medium Violet Red

📋 copy color: '#B50BA3'

red 181 ◦ green 11 ◦ blue 163

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

Shades of Medium Violet Red #B50BA3

Tints of Medium Violet Red #B50BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.92%

R = 50.99%
G = 3.1%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B50BA3 (or 0xB50BA3) is known color: Medium Violet Red. HEX triplet: B5, 0B and A3. RGB value is (181,11,163). Sum of RGB (Red+Green+Blue) = 181+11+163=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA3 is #4AF45C. Grayscale: #4E4E4E. Windows color (decimal): -4912221 or 10685365. OLE color: 10685365.

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

Color convert

RGB 181 11 163 -
CMYK 0 0.94 0.10 0.29
HSL 306.35º 0.89% 0.38% -
HSV(B) 306.35º 0.94% 0.71% -
XYZ 25.79 12.71 35.74 -
YUV 79.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 181 11 163 0 0.94 0.10 0.29 306.35 0.89 0.38
Hex B5 B A3 0 5E A 1D 132 59 26
Octal 265 13 243 0 136 12 35 462 131 46
Binary 10110101 1011 10100011 0 1011110 1010 11101 100110010 1011001 100110

Color Harmonies of #B50BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BA3

Black with #B50BA3

Text Example


Text Example

White with #B50BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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