#B6058B

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

Shades of Medium Violet Red #B6058B

Tints of Medium Violet Red #B6058B

Color information

#B6058B (or 0xB6058B) is unknown color: approx Medium Violet Red. HEX triplet: B6, 05 and 8B. RGB value is (182,5,139). Sum of RGB (Red+Green+Blue) = 182+5+139=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6058B is #49FA74. Grayscale: #484848. Windows color (decimal): -4848245 or 9110966. OLE color: 9110966.

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

Color convert

RGB1825139-
CMYK00.970.240.29
HSL314.58º94.65%36.67%-
HSV(B)314.58º97.25%71.37%-
XYZ24.0111.9225.46-
YUV73.2165.14205.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.83%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=55.83%
G=1.53%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182513900.970.240.29314.5894.6536.67
HexB658B061181D13b5f25
Octal26652130141303547313745
Binary10110110101100010110110000111000111011001110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6058B; }

 p { color: rgb(182,5,139); }

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

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

 a { background-color: rgb(182,5,139); }

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

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

 span { border-color: rgb(182,5,139); }

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