#BD879E

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

Shades of Viola #BD879E

Tints of Viola #BD879E

Color information

#BD879E (or 0xBD879E) is unknown color: approx Viola. HEX triplet: BD, 87 and 9E. RGB value is (189,135,158). Sum of RGB (Red+Green+Blue) = 189+135+158=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD879E is #427861. Grayscale: #999999. Windows color (decimal): -4356194 or 10389437. OLE color: 10389437.

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

Color convert

RGB189135158-
CMYK00.290.160.26
HSL334.44º29.03%63.53%-
HSV(B)334.44º28.57%74.12%-
XYZ35.8230.6236.37-
YUV153.77130.39153.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=39.21%
G=28.01%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913515800.290.160.26334.4429.0363.53
HexBD879E01D101A14e1d40
Octal275207236035203251635100
Binary1011110110000111100111100111011000011010101001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD879E; }

 p { color: rgb(189,135,158); }

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

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

 a { background-color: rgb(189,135,158); }

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

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

 span { border-color: rgb(189,135,158); }

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