#BD839A

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

Shades of Viola #BD839A

Tints of Viola #BD839A

Color information

#BD839A (or 0xBD839A) is unknown color: approx Viola. HEX triplet: BD, 83 and 9A. RGB value is (189,131,154). Sum of RGB (Red+Green+Blue) = 189+131+154=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD839A is #427C65. Grayscale: #969696. Windows color (decimal): -4357222 or 10126269. OLE color: 10126269.

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

Color convert

RGB189131154-
CMYK00.310.190.26
HSL336.21º30.53%62.75%-
HSV(B)336.21º30.69%74.12%-
XYZ34.9429.3834.4-
YUV150.96129.72155.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=39.87%
G=27.64%
B=32.49%

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
Decimal18913115400.310.190.26336.2130.5362.75
HexBD839A01F131A1501f3f
Octal27520323203723325203777
Binary101111011000001110011010011111100111101010101000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD839A; }

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

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

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

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

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

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

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

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