#B6029A

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

Shades of Medium Violet Red #B6029A

Tints of Medium Violet Red #B6029A

Color information

#B6029A (or 0xB6029A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 02 and 9A. RGB value is (182,2,154). Sum of RGB (Red+Green+Blue) = 182+2+154=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6029A is #49FD65. Grayscale: #484848. Windows color (decimal): -4848998 or 10093238. OLE color: 10093238.

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

Color convert

RGB1822154-
CMYK00.990.150.29
HSL309.33º97.83%36.08%-
HSV(B)309.33º98.9%71.37%-
XYZ25.1512.3231.62-
YUV73.15173.63205.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=53.85%
G=0.59%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182215400.990.150.29309.3397.8336.08
HexB629A063F1D1356224
Octal26622320143173546514244
Binary101101101010011010011000111111111011001101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6029A; }

 p { color: rgb(182,2,154); }

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

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

 a { background-color: rgb(182,2,154); }

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

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

 span { border-color: rgb(182,2,154); }

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