#BF84ED

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

Shades of Wisteria #BF84ED

Tints of Wisteria #BF84ED

Color information

#BF84ED (or 0xBF84ED) is unknown color: approx Wisteria. HEX triplet: BF, 84 and ED. RGB value is (191,132,237). Sum of RGB (Red+Green+Blue) = 191+132+237=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84ED is #407B12. Grayscale: #A1A1A1. Windows color (decimal): -4225811 or 15566015. OLE color: 15566015.

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

Color convert

RGB191132237-
CMYK0.190.4400.07
HSL273.71º74.47%72.35%-
HSV(B)273.71º44.3%92.94%-
XYZ45.0233.6984.25-
YUV161.61170.55148.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=34.11%
G=23.57%
B=42.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911322370.190.4400.07273.7174.4772.35
HexBF84ED132C071124a48
Octal277204355235407422112110
Binary10111111100001001110110110011101100011110001001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84ED; }

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

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

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

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

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

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

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

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