#BF8DED

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

Shades of Wisteria #BF8DED

Tints of Wisteria #BF8DED

Color information

#BF8DED (or 0xBF8DED) is unknown color: approx Wisteria. HEX triplet: BF, 8D and ED. RGB value is (191,141,237). Sum of RGB (Red+Green+Blue) = 191+141+237=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DED is #407212. Grayscale: #A6A6A6. Windows color (decimal): -4223507 or 15568319. OLE color: 15568319.

HSL color Cylindrical-coordinate representation of color #BF8DED: hue angle of 271.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8DED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191141237-
CMYK0.190.4100.07
HSL271.25º72.73%74.12%-
HSV(B)271.25º40.51%92.94%-
XYZ46.336.2484.68-
YUV166.89167.56145.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=33.57%
G=24.78%
B=41.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911412370.190.4100.07271.2572.7374.12
HexBF8DED13290710f494a
Octal277215355235107417111112
Binary10111111100011011110110110011101001011110000111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DED; }

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

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

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

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

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

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

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

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