#BD809D

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

Shades of Viola #BD809D

Tints of Viola #BD809D

Color information

#BD809D (or 0xBD809D) is unknown color: approx Viola. HEX triplet: BD, 80 and 9D. RGB value is (189,128,157). Sum of RGB (Red+Green+Blue) = 189+128+157=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD809D is #427F62. Grayscale: #959595. Windows color (decimal): -4357987 or 10322109. OLE color: 10322109.

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

Color convert

RGB189128157-
CMYK00.320.170.26
HSL331.48º31.61%62.16%-
HSV(B)331.48º32.28%74.12%-
XYZ34.7928.6935.6-
YUV149.54132.21156.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=39.87%
G=27.00%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912815700.320.170.26331.4831.6162.16
HexBD809D020111A14b203e
Octal27520023504021325134076
Binary10111101100000001001110101000001000111010101001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD809D; }

 p { color: rgb(189,128,157); }

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

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

 a { background-color: rgb(189,128,157); }

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

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

 span { border-color: rgb(189,128,157); }

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