#B50FA5

Color #B50FA5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B50FA5

Tints of Medium Violet Red #B50FA5

Color information

#B50FA5 (or 0xB50FA5) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and A5. RGB value is (181,15,165). Sum of RGB (Red+Green+Blue) = 181+15+165=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FA5 is #4AF05A. Grayscale: #515151. Windows color (decimal): -4911195 or 10817461. OLE color: 10817461.

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

Color convert

RGB18115165-
CMYK00.920.090.29
HSL305.78º84.69%38.43%-
HSV(B)305.78º91.71%70.98%-
XYZ26.0212.8836.71-
YUV81.73175198.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=50.14%
G=4.16%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811516500.920.090.29305.7884.6938.43
HexB5FA505C91D1325526
Octal265172450134113546212546
Binary10110101111110100101010111001001111011001100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FA5; }

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

 H1.HeaderClassName
 {
   color: #B50FA5;
 }
 .AnyTagClassName
 {
   color: #B50FA5;
 }
</style>
background-color css

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

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

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

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

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

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