#B31278

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

Shades of Medium Violet Red #B31278

Tints of Medium Violet Red #B31278

Color information

#B31278 (or 0xB31278) is unknown color: approx Medium Violet Red. HEX triplet: B3, 12 and 78. RGB value is (179,18,120). Sum of RGB (Red+Green+Blue) = 179+18+120=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31278 is #4CED87. Grayscale: #4D4D4D. Windows color (decimal): -5041544 or 7869107. OLE color: 7869107.

HSL color Cylindrical-coordinate representation of color #B31278: hue angle of 321.99º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31278 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17918120-
CMYK00.900.330.30
HSL321.99º81.73%38.63%-
HSV(B)321.99º89.94%70.2%-
XYZ22.211.3718.79-
YUV77.77151.84200.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=56.47%
G=5.68%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791812000.900.330.30321.9981.7338.63
HexB3127805A211E1425227
Octal263221700132413650212247
Binary1011001110010111100001011010100001111101010000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31278; }

 p { color: rgb(179,18,120); }

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

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

 a { background-color: rgb(179,18,120); }

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

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

 span { border-color: rgb(179,18,120); }

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