#BF9DCD

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

Shades of Wisteria #BF9DCD

Tints of Wisteria #BF9DCD

Color information

#BF9DCD (or 0xBF9DCD) is unknown color: approx Wisteria. HEX triplet: BF, 9D and CD. RGB value is (191,157,205). Sum of RGB (Red+Green+Blue) = 191+157+205=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DCD is #406232. Grayscale: #ACACAC. Windows color (decimal): -4219443 or 13475263. OLE color: 13475263.

HSL color Cylindrical-coordinate representation of color #BF9DCD: hue angle of 282.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9DCD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191157205-
CMYK0.070.2300.20
HSL282.5º32.43%70.98%-
HSV(B)282.5º23.41%80.39%-
XYZ44.5639.663.05-
YUV172.64146.26141.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=34.54%
G=28.39%
B=37.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911572050.070.2300.20282.532.4370.98
HexBF9DCD71701411a2047
Octal27723531572702443240107
Binary101111111001110111001101111101110101001000110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DCD; }

 p { color: rgb(191,157,205); }

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

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

 a { background-color: rgb(191,157,205); }

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

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

 span { border-color: rgb(191,157,205); }

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