#B20678

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

Shades of Medium Violet Red #B20678

Tints of Medium Violet Red #B20678

Color information

#B20678 (or 0xB20678) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 78. RGB value is (178,6,120). Sum of RGB (Red+Green+Blue) = 178+6+120=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B20678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20678 is #4DF987. Grayscale: #464646. Windows color (decimal): -5110152 or 7866034. OLE color: 7866034.

HSL color Cylindrical-coordinate representation of color #B20678: hue angle of 320.23º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20678 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB1786120-
CMYK00.970.330.30
HSL320.23º93.48%36.08%-
HSV(B)320.23º96.63%69.8%-
XYZ21.8210.9518.73-
YUV70.42155.98204.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=58.55%
G=1.97%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178612000.970.330.30320.2393.4836.08
HexB2678061211E1405d24
Octal26261700141413650013544
Binary10110010110111100001100001100001111101010000001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20678; }

 p { color: rgb(178,6,120); }

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

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

 a { background-color: rgb(178,6,120); }

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

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

 span { border-color: rgb(178,6,120); }

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