#B024A7

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

Shades of Medium Red Violet #B024A7

Tints of Medium Red Violet #B024A7

Color information

#B024A7 (or 0xB024A7) is unknown color: approx Medium Red Violet. HEX triplet: B0, 24 and A7. RGB value is (176,36,167). Sum of RGB (Red+Green+Blue) = 176+36+167=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A7 is #4FDB58. Grayscale: #5C5C5C. Windows color (decimal): -5233497 or 10953904. OLE color: 10953904.

HSL color Cylindrical-coordinate representation of color #B024A7: hue angle of 303.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024A7 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17636167-
CMYK00.800.050.31
HSL303.86º66.04%41.57%-
HSV(B)303.86º79.55%69.02%-
XYZ25.5113.2837.78-
YUV92.79169.88187.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 36 (14.45% from 255) = 9.50%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=46.44%
G=9.50%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763616700.800.050.31303.8666.0441.57
HexB024A705051F130422a
Octal26044247012053746010252
Binary101100001001001010011101010000101111111001100001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B024A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B024A7; }

 p { color: rgb(176,36,167); }

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

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

 a { background-color: rgb(176,36,167); }

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

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

 span { border-color: rgb(176,36,167); }

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