#B6969C

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

Shades of Viola #B6969C

Tints of Viola #B6969C

Color information

#B6969C (or 0xB6969C) is unknown color: approx Viola. HEX triplet: B6, 96 and 9C. RGB value is (182,150,156). Sum of RGB (Red+Green+Blue) = 182+150+156=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6969C is #496963. Grayscale: #A0A0A0. Windows color (decimal): -4811108 or 10262198. OLE color: 10262198.

HSL color Cylindrical-coordinate representation of color #B6969C: hue angle of 348.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6969C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182150156-
CMYK00.180.140.29
HSL348.75º17.98%65.1%-
HSV(B)348.75º17.58%71.37%-
XYZ36.234.1636.14-
YUV160.25125.6143.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=37.30%
G=30.74%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215015600.180.140.29348.7517.9865.1
HexB6969C012E1D15d1241
Octal266226234022163553522101
Binary101101101001011010011100010010111011101101011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6969C; }

 p { color: rgb(182,150,156); }

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

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

 a { background-color: rgb(182,150,156); }

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

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

 span { border-color: rgb(182,150,156); }

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