#B024A6

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

Shades of Medium Red Violet #B024A6

Tints of Medium Red Violet #B024A6

Color information

#B024A6 (or 0xB024A6) is unknown color: approx Medium Red Violet. HEX triplet: B0, 24 and A6. RGB value is (176,36,166). Sum of RGB (Red+Green+Blue) = 176+36+166=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A6 is #4FDB59. Grayscale: #5C5C5C. Windows color (decimal): -5233498 or 10888368. OLE color: 10888368.

HSL color Cylindrical-coordinate representation of color #B024A6: hue angle of 304.29º 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 #B024A6 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17636166-
CMYK00.800.060.31
HSL304.29º66.04%41.57%-
HSV(B)304.29º79.55%69.02%-
XYZ25.4213.2537.29-
YUV92.68169.38187.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 36 (14.45% from 255) = 9.52%
BLUE value IS 166 (65.23% from 255) = 43.92%
R=46.56%
G=9.52%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763616600.800.060.31304.2966.0441.57
HexB024A605061F130422a
Octal26044246012063746010252
Binary101100001001001010011001010000110111111001100001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B024A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B024A6; }

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

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

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

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

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

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

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

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