#BD819C

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

Shades of Viola #BD819C

Tints of Viola #BD819C

Color information

#BD819C (or 0xBD819C) is unknown color: approx Viola. HEX triplet: BD, 81 and 9C. RGB value is (189,129,156). Sum of RGB (Red+Green+Blue) = 189+129+156=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD819C is #427E63. Grayscale: #959595. Windows color (decimal): -4357732 or 10256829. OLE color: 10256829.

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

Color convert

RGB189129156-
CMYK00.320.170.26
HSL333º31.25%62.35%-
HSV(B)333º31.75%74.12%-
XYZ34.8428.9235.2-
YUV150.02131.38155.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=39.87%
G=27.22%
B=32.91%

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
Decimal18912915600.320.170.2633331.2562.35
HexBD819C020111A14d1f3e
Octal27520123404021325153776
Binary1011110110000001100111000100000100011101010100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD819C; }

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

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

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

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

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

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

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

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