#BF8DDE

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

Shades of Wisteria #BF8DDE

Tints of Wisteria #BF8DDE

Color information

#BF8DDE (or 0xBF8DDE) is unknown color: approx Wisteria. HEX triplet: BF, 8D and DE. RGB value is (191,141,222). Sum of RGB (Red+Green+Blue) = 191+141+222=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDE is #407221. Grayscale: #A4A4A4. Windows color (decimal): -4223522 or 14585279. OLE color: 14585279.

HSL color Cylindrical-coordinate representation of color #BF8DDE: hue angle of 277.04º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8DDE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191141222-
CMYK0.140.3600.13
HSL277.04º55.1%71.18%-
HSV(B)277.04º36.49%87.06%-
XYZ44.235.473.61-
YUV165.18160.06146.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=34.48%
G=25.45%
B=40.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911412220.140.3600.13277.0455.171.18
HexBF8DDEE240D1153747
Octal277215336164401542567107
Binary1011111110001101110111101110100100011011000101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DDE; }

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

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

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

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

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

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

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

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