#B68698

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

Shades of Viola #B68698

Tints of Viola #B68698

Color information

#B68698 (or 0xB68698) is unknown color: approx Viola. HEX triplet: B6, 86 and 98. RGB value is (182,134,152). Sum of RGB (Red+Green+Blue) = 182+134+152=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B68698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68698 is #497967. Grayscale: #969696. Windows color (decimal): -4815208 or 9995958. OLE color: 9995958.

HSL color Cylindrical-coordinate representation of color #B68698: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68698 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182134152-
CMYK00.260.160.29
HSL337.5º24.74%61.96%-
HSV(B)337.5º26.37%71.37%-
XYZ33.4829.2633.59-
YUV150.4128.9150.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=38.89%
G=28.63%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213415200.260.160.29337.524.7461.96
HexB6869801A101D152193e
Octal26620623003220355223176
Binary101101101000011010011000011010100001110110101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68698; }

 p { color: rgb(182,134,152); }

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

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

 a { background-color: rgb(182,134,152); }

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

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

 span { border-color: rgb(182,134,152); }

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