#BD819A

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

Shades of Viola #BD819A

Tints of Viola #BD819A

Color information

#BD819A (or 0xBD819A) is unknown color: approx Viola. HEX triplet: BD, 81 and 9A. RGB value is (189,129,154). Sum of RGB (Red+Green+Blue) = 189+129+154=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD819A is #427E65. Grayscale: #959595. Windows color (decimal): -4357734 or 10125757. OLE color: 10125757.

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

Color convert

RGB189129154-
CMYK00.320.190.26
HSL335º31.25%62.35%-
HSV(B)335º31.75%74.12%-
XYZ34.6728.8534.31-
YUV149.79130.38155.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=40.04%
G=27.33%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912915400.320.190.2633531.2562.35
HexBD819A020131A14f1f3e
Octal27520123204023325173776
Binary1011110110000001100110100100000100111101010100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD819A; }

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

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

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

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

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

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

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

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