#B70678

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

Shades of Medium Violet Red #B70678

Tints of Medium Violet Red #B70678

Color information

#B70678 (or 0xB70678) is unknown color: approx Medium Violet Red. HEX triplet: B7, 06 and 78. RGB value is (183,6,120). Sum of RGB (Red+Green+Blue) = 183+6+120=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B70678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70678 is #48F987. Grayscale: #474747. Windows color (decimal): -4782472 or 7866039. OLE color: 7866039.

HSL color Cylindrical-coordinate representation of color #B70678: hue angle of 321.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70678 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB1836120-
CMYK00.970.340.28
HSL321.36º93.65%37.06%-
HSV(B)321.36º96.72%71.76%-
XYZ22.9811.5518.79-
YUV71.92155.14207.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=59.22%
G=1.94%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183612000.970.340.28321.3693.6537.06
HexB7678061221C1415e25
Octal26761700141423450113645
Binary10110111110111100001100001100010111001010000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70678; }

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

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

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

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

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

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

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

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