#B310A7

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

Shades of Medium Violet Red #B310A7

Tints of Medium Violet Red #B310A7

Color information

#B310A7 (or 0xB310A7) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and A7. RGB value is (179,16,167). Sum of RGB (Red+Green+Blue) = 179+16+167=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B310A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B310A7 is #4CEF58. Grayscale: #515151. Windows color (decimal): -5042009 or 10948787. OLE color: 10948787.

HSL color Cylindrical-coordinate representation of color #B310A7: hue angle of 304.42º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B310A7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17916167-
CMYK00.910.070.30
HSL304.42º83.59%38.24%-
HSV(B)304.42º91.06%70.2%-
XYZ25.7512.7437.66-
YUV81.95176197.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 16 (6.64% from 255) = 4.42%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=49.45%
G=4.42%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791616700.910.070.30304.4283.5938.24
HexB310A705B71E1305426
Octal26320247013373646012446
Binary10110011100001010011101011011111111101001100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310A7; }

 p { color: rgb(179,16,167); }

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

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

 a { background-color: rgb(179,16,167); }

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

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

 span { border-color: rgb(179,16,167); }

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