#B6909B

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

Shades of Viola #B6909B

Tints of Viola #B6909B

Color information

#B6909B (or 0xB6909B) is unknown color: approx Viola. HEX triplet: B6, 90 and 9B. RGB value is (182,144,155). Sum of RGB (Red+Green+Blue) = 182+144+155=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6909B is #496F64. Grayscale: #9C9C9C. Windows color (decimal): -4812645 or 10195126. OLE color: 10195126.

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

Color convert

RGB182144155-
CMYK00.210.150.29
HSL342.63º20.65%63.92%-
HSV(B)342.63º20.88%71.37%-
XYZ35.1832.2635.38-
YUV156.62127.09146.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=37.84%
G=29.94%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214415500.210.150.29342.6320.6563.92
HexB6909B015F1D1571540
Octal266220233025173552725100
Binary101101101001000010011011010101111111101101010111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6909B; }

 p { color: rgb(182,144,155); }

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

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

 a { background-color: rgb(182,144,155); }

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

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

 span { border-color: rgb(182,144,155); }

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