#B6078C

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

Shades of Medium Violet Red #B6078C

Tints of Medium Violet Red #B6078C

Color information

#B6078C (or 0xB6078C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 07 and 8C. RGB value is (182,7,140). Sum of RGB (Red+Green+Blue) = 182+7+140=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6078C is #49F873. Grayscale: #4A4A4A. Windows color (decimal): -4847732 or 9177014. OLE color: 9177014.

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

Color convert

RGB1827140-
CMYK00.960.230.29
HSL314.4º92.59%37.06%-
HSV(B)314.4º96.15%71.37%-
XYZ24.111.9925.86-
YUV74.49164.98204.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=55.32%
G=2.13%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182714000.960.230.29314.492.5937.06
HexB678C060171D13a5d25
Octal26672140140273547213545
Binary10110110111100011000110000010111111011001110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6078C; }

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

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

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

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

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

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

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

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