Html Css Color HEX #B50FA3 Medium Violet Red

📋 copy color: '#B50FA3'

red 181 ◦ green 15 ◦ blue 163

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

Shades of Medium Violet Red #B50FA3

Tints of Medium Violet Red #B50FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 50.42%
G = 4.18%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B50FA3 (or 0xB50FA3) is known color: Medium Violet Red. HEX triplet: B5, 0F and A3. RGB value is (181,15,163). Sum of RGB (Red+Green+Blue) = 181+15+163=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FA3 is #4AF05C. Grayscale: #515151. Windows color (decimal): -4911197 or 10686389. OLE color: 10686389.

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

Color convert

RGB 181 15 163 -
CMYK 0 0.92 0.10 0.29
HSL 306.51º 0.85% 0.38% -
HSV(B) 306.51º 0.92% 0.71% -
XYZ 25.84 12.81 35.76 -
YUV 81.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 181 15 163 0 0.92 0.10 0.29 306.51 0.85 0.38
Hex B5 F A3 0 5C A 1D 133 55 26
Octal 265 17 243 0 134 12 35 463 125 46
Binary 10110101 1111 10100011 0 1011100 1010 11101 100110011 1010101 100110

Color Harmonies of #B50FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FA3

Black with #B50FA3

Text Example


Text Example

White with #B50FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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