#BF81ED

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

Shades of Wisteria #BF81ED

Tints of Wisteria #BF81ED

Color information

#BF81ED (or 0xBF81ED) is unknown color: approx Wisteria. HEX triplet: BF, 81 and ED. RGB value is (191,129,237). Sum of RGB (Red+Green+Blue) = 191+129+237=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81ED is #407E12. Grayscale: #9F9F9F. Windows color (decimal): -4226579 or 15565247. OLE color: 15565247.

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

Color convert

RGB191129237-
CMYK0.190.4600.07
HSL274.44º75%71.76%-
HSV(B)274.44º45.57%92.94%-
XYZ44.6232.8984.12-
YUV159.85171.54150.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=34.29%
G=23.16%
B=42.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911292370.190.4600.07274.447571.76
HexBF81ED132E071124b48
Octal277201355235607422113110
Binary10111111100000011110110110011101110011110001001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81ED; }

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

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

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

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

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

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

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

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