#B6078A

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

Shades of Medium Violet Red #B6078A

Tints of Medium Violet Red #B6078A

Color information

#B6078A (or 0xB6078A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 07 and 8A. RGB value is (182,7,138). Sum of RGB (Red+Green+Blue) = 182+7+138=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6078A is #49F875. Grayscale: #494949. Windows color (decimal): -4847734 or 9045942. OLE color: 9045942.

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

Color convert

RGB1827138-
CMYK00.960.240.29
HSL315.09º92.59%37.06%-
HSV(B)315.09º96.15%71.37%-
XYZ23.9511.9325.09-
YUV74.26163.98204.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=55.66%
G=2.14%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182713800.960.240.29315.0992.5937.06
HexB678A060181D13b5d25
Octal26672120140303547313545
Binary10110110111100010100110000011000111011001110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6078A; }

 p { color: rgb(182,7,138); }

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

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

 a { background-color: rgb(182,7,138); }

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

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

 span { border-color: rgb(182,7,138); }

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