#BD829A

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

Shades of Viola #BD829A

Tints of Viola #BD829A

Color information

#BD829A (or 0xBD829A) is unknown color: approx Viola. HEX triplet: BD, 82 and 9A. RGB value is (189,130,154). Sum of RGB (Red+Green+Blue) = 189+130+154=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD829A is #427D65. Grayscale: #969696. Windows color (decimal): -4357478 or 10126013. OLE color: 10126013.

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

Color convert

RGB189130154-
CMYK00.310.190.26
HSL335.59º30.89%62.55%-
HSV(B)335.59º31.22%74.12%-
XYZ34.829.1234.36-
YUV150.38130.05155.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=39.96%
G=27.48%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913015400.310.190.26335.5930.8962.55
HexBD829A01F131A1501f3f
Octal27520223203723325203777
Binary101111011000001010011010011111100111101010101000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD829A; }

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

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

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

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

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

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

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

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