#B50678

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

Shades of Medium Violet Red #B50678

Tints of Medium Violet Red #B50678

Color information

#B50678 (or 0xB50678) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 78. RGB value is (181,6,120). Sum of RGB (Red+Green+Blue) = 181+6+120=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B50678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50678 is #4AF987. Grayscale: #474747. Windows color (decimal): -4913544 or 7866037. OLE color: 7866037.

HSL color Cylindrical-coordinate representation of color #B50678: hue angle of 320.91º degrees, saturation: 0.94, 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 #B50678 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB1816120-
CMYK00.970.340.29
HSL320.91º93.58%36.67%-
HSV(B)320.91º96.69%70.98%-
XYZ22.5111.3118.77-
YUV71.32155.48206.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=58.96%
G=1.95%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181612000.970.340.29320.9193.5836.67
HexB5678061221D1415e25
Octal26561700141423550113645
Binary10110101110111100001100001100010111011010000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50678; }

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

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

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

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

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

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

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

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