#B38798

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

Shades of Viola #B38798

Tints of Viola #B38798

Color information

#B38798 (or 0xB38798) is unknown color: approx Viola. HEX triplet: B3, 87 and 98. RGB value is (179,135,152). Sum of RGB (Red+Green+Blue) = 179+135+152=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B38798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38798 is #4C7867. Grayscale: #969696. Windows color (decimal): -5011560 or 9996211. OLE color: 9996211.

HSL color Cylindrical-coordinate representation of color #B38798: hue angle of 336.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38798 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179135152-
CMYK00.250.150.30
HSL336.82º22.45%61.57%-
HSV(B)336.82º24.58%70.2%-
XYZ32.9229.1833.6-
YUV150.09129.08148.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=38.41%
G=28.97%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913515200.250.150.30336.8222.4561.57
HexB38798019F1E151163e
Octal26320723003117365212676
Binary10110011100001111001100001100111111111010101000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38798; }

 p { color: rgb(179,135,152); }

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

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

 a { background-color: rgb(179,135,152); }

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

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

 span { border-color: rgb(179,135,152); }

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