#B5278A

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

Shades of Medium Red Violet #B5278A

Tints of Medium Red Violet #B5278A

Color information

#B5278A (or 0xB5278A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 27 and 8A. RGB value is (181,39,138). Sum of RGB (Red+Green+Blue) = 181+39+138=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5278A is #4AD875. Grayscale: #5C5C5C. Windows color (decimal): -4905078 or 9054133. OLE color: 9054133.

HSL color Cylindrical-coordinate representation of color #B5278A: hue angle of 318.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5278A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18139138-
CMYK00.780.240.29
HSL318.17º64.55%43.14%-
HSV(B)318.17º78.45%70.98%-
XYZ24.3713.1125.29-
YUV92.74153.54190.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=50.56%
G=10.89%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813913800.780.240.29318.1764.5543.14
HexB5278A04E181D13e412b
Octal265472120116303547610153
Binary10110101100111100010100100111011000111011001111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5278A; }

 p { color: rgb(181,39,138); }

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

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

 a { background-color: rgb(181,39,138); }

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

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

 span { border-color: rgb(181,39,138); }

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