#BD859A

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

Shades of Viola #BD859A

Tints of Viola #BD859A

Color information

#BD859A (or 0xBD859A) is unknown color: approx Viola. HEX triplet: BD, 85 and 9A. RGB value is (189,133,154). Sum of RGB (Red+Green+Blue) = 189+133+154=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD859A is #427A65. Grayscale: #989898. Windows color (decimal): -4356710 or 10126781. OLE color: 10126781.

HSL color Cylindrical-coordinate representation of color #BD859A: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD859A is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189133154-
CMYK00.300.190.26
HSL337.5º29.79%63.14%-
HSV(B)337.5º29.63%74.12%-
XYZ35.2129.9334.49-
YUV152.14129.05154.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=39.71%
G=27.94%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913315400.300.190.26337.529.7963.14
HexBD859A01E131A1521e3f
Octal27520523203623325223677
Binary101111011000010110011010011110100111101010101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD859A; }

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

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

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

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

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

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

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

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