#B6919E

Color #B6919E Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B6919E

Tints of Viola #B6919E

Color information

#B6919E (or 0xB6919E) is unknown color: approx Viola. HEX triplet: B6, 91 and 9E. RGB value is (182,145,158). Sum of RGB (Red+Green+Blue) = 182+145+158=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6919E is #496E61. Grayscale: #9D9D9D. Windows color (decimal): -4812386 or 10391990. OLE color: 10391990.

HSL color Cylindrical-coordinate representation of color #B6919E: hue angle of 338.92º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6919E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182145158-
CMYK00.200.130.29
HSL338.92º20.22%64.12%-
HSV(B)338.92º20.33%71.37%-
XYZ35.5932.6636.78-
YUV157.54128.26145.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=37.53%
G=29.90%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214515800.200.130.29338.9220.2264.12
HexB6919E014D1D1531440
Octal266221236024153552324100
Binary101101101001000110011110010100110111101101010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6919E; }

 p { color: rgb(182,145,158); }

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

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

 a { background-color: rgb(182,145,158); }

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

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

 span { border-color: rgb(182,145,158); }

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