#BF8DCD

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

Shades of Wisteria #BF8DCD

Tints of Wisteria #BF8DCD

Color information

#BF8DCD (or 0xBF8DCD) is unknown color: approx Wisteria. HEX triplet: BF, 8D and CD. RGB value is (191,141,205). Sum of RGB (Red+Green+Blue) = 191+141+205=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DCD is #407232. Grayscale: #A3A3A3. Windows color (decimal): -4223539 or 13471167. OLE color: 13471167.

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

Color convert

RGB191141205-
CMYK0.070.3100.20
HSL286.88º39.02%67.84%-
HSV(B)286.88º31.22%80.39%-
XYZ42.0334.5362.21-
YUV163.25151.56147.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=35.57%
G=26.26%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911412050.070.3100.20286.8839.0267.84
HexBF8DCD71F01411f2744
Octal27721531573702443747104
Binary101111111000110111001101111111110101001000111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DCD; }

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

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

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

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

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

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

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

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