#BD889F

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

Shades of Viola #BD889F

Tints of Viola #BD889F

Color information

#BD889F (or 0xBD889F) is unknown color: approx Viola. HEX triplet: BD, 88 and 9F. RGB value is (189,136,159). Sum of RGB (Red+Green+Blue) = 189+136+159=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD889F is #427760. Grayscale: #9A9A9A. Windows color (decimal): -4355937 or 10455229. OLE color: 10455229.

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

Color convert

RGB189136159-
CMYK00.280.160.26
HSL333.96º28.65%63.73%-
HSV(B)333.96º28.04%74.12%-
XYZ36.0530.9336.87-
YUV154.47130.56152.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=39.05%
G=28.10%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913615900.280.160.26333.9628.6563.73
HexBD889F01C101A14e1d40
Octal275210237034203251635100
Binary1011110110001000100111110111001000011010101001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD889F; }

 p { color: rgb(189,136,159); }

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

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

 a { background-color: rgb(189,136,159); }

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

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

 span { border-color: rgb(189,136,159); }

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