#BD8FA5

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

Shades of Viola #BD8FA5

Tints of Viola #BD8FA5

Color information

#BD8FA5 (or 0xBD8FA5) is unknown color: approx Viola. HEX triplet: BD, 8F and A5. RGB value is (189,143,165). Sum of RGB (Red+Green+Blue) = 189+143+165=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FA5 is #42705A. Grayscale: #9F9F9F. Windows color (decimal): -4354139 or 10850237. OLE color: 10850237.

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

Color convert

RGB189143165-
CMYK00.240.130.26
HSL331.3º25.84%65.1%-
HSV(B)331.3º24.34%74.12%-
XYZ37.633.1840.02-
YUV159.26131.24149.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 165 (64.84% from 255) = 33.20%
R=38.03%
G=28.77%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914316500.240.130.26331.325.8465.1
HexBD8FA5018D1A14b1a41
Octal275217245030153251332101
Binary101111011000111110100101011000110111010101001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FA5; }

 p { color: rgb(189,143,165); }

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

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

 a { background-color: rgb(189,143,165); }

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

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

 span { border-color: rgb(189,143,165); }

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