#B88B98

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

Shades of Viola #B88B98

Tints of Viola #B88B98

Color information

#B88B98 (or 0xB88B98) is unknown color: approx Viola. HEX triplet: B8, 8B and 98. RGB value is (184,139,152). Sum of RGB (Red+Green+Blue) = 184+139+152=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B98 is #477467. Grayscale: #999999. Windows color (decimal): -4682856 or 9997240. OLE color: 9997240.

HSL color Cylindrical-coordinate representation of color #B88B98: hue angle of 342.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88B98 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB184139152-
CMYK00.240.170.28
HSL342.67º24.06%63.33%-
HSV(B)342.67º24.46%72.16%-
XYZ34.6730.9233.85-
YUV153.94126.91149.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 152 (59.77% from 255) = 32%
R=38.74%
G=29.26%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413915200.240.170.28342.6724.0663.33
HexB88B98018111C157183f
Octal27021323003021345273077
Binary101110001000101110011000011000100011110010101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B98; }

 p { color: rgb(184,139,152); }

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

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

 a { background-color: rgb(184,139,152); }

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

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

 span { border-color: rgb(184,139,152); }

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