#B6029F

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

Shades of Medium Violet Red #B6029F

Tints of Medium Violet Red #B6029F

Color information

#B6029F (or 0xB6029F) is unknown color: approx Medium Violet Red. HEX triplet: B6, 02 and 9F. RGB value is (182,2,159). Sum of RGB (Red+Green+Blue) = 182+2+159=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6029F is #49FD60. Grayscale: #494949. Windows color (decimal): -4848993 or 10420918. OLE color: 10420918.

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

Color convert

RGB1822159-
CMYK00.990.130.29
HSL307.67º97.83%36.08%-
HSV(B)307.67º98.9%71.37%-
XYZ25.5712.4933.86-
YUV73.72176.13205.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=53.06%
G=0.58%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182215900.990.130.29307.6797.8336.08
HexB629F063D1D1346224
Octal26622370143153546414244
Binary101101101010011111011000111101111011001101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6029F; }

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

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

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

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

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

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

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

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