#BD879A

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

Shades of Viola #BD879A

Tints of Viola #BD879A

Color information

#BD879A (or 0xBD879A) is unknown color: approx Viola. HEX triplet: BD, 87 and 9A. RGB value is (189,135,154). Sum of RGB (Red+Green+Blue) = 189+135+154=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD879A is #427865. Grayscale: #999999. Windows color (decimal): -4356198 or 10127293. OLE color: 10127293.

HSL color Cylindrical-coordinate representation of color #BD879A: hue angle of 338.89º 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 #BD879A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189135154-
CMYK00.290.190.26
HSL338.89º29.03%63.53%-
HSV(B)338.89º28.57%74.12%-
XYZ35.4830.4834.58-
YUV153.31128.39153.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=39.54%
G=28.24%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913515400.290.190.26338.8929.0363.53
HexBD879A01D131A1531d40
Octal275207232035233252335100
Binary1011110110000111100110100111011001111010101010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD879A; }

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

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

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

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

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

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

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

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