#BD859B

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

Shades of Viola #BD859B

Tints of Viola #BD859B

Color information

#BD859B (or 0xBD859B) is unknown color: approx Viola. HEX triplet: BD, 85 and 9B. RGB value is (189,133,155). Sum of RGB (Red+Green+Blue) = 189+133+155=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD859B is #427A64. Grayscale: #989898. Windows color (decimal): -4356709 or 10192317. OLE color: 10192317.

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

Color convert

RGB189133155-
CMYK00.300.180.26
HSL336.43º29.79%63.14%-
HSV(B)336.43º29.63%74.12%-
XYZ35.2929.9634.93-
YUV152.25129.55154.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=39.62%
G=27.88%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913315500.300.180.26336.4329.7963.14
HexBD859B01E121A1501e3f
Octal27520523303622325203677
Binary101111011000010110011011011110100101101010101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD859B; }

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

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

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

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

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

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

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

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