#B5028A

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

Shades of Medium Violet Red #B5028A

Tints of Medium Violet Red #B5028A

Color information

#B5028A (or 0xB5028A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 02 and 8A. RGB value is (181,2,138). Sum of RGB (Red+Green+Blue) = 181+2+138=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5028A is #4AFD75. Grayscale: #464646. Windows color (decimal): -4914550 or 9044661. OLE color: 9044661.

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

Color convert

RGB1812138-
CMYK00.990.240.29
HSL314.41º97.81%35.88%-
HSV(B)314.41º98.9%70.98%-
XYZ23.6711.725.06-
YUV71.03165.8206.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=56.39%
G=0.62%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181213800.990.240.29314.4197.8135.88
HexB528A063181D13a6224
Octal26522120143303547214244
Binary1011010110100010100110001111000111011001110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5028A; }

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

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

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

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

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

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

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

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