#BF8FF6

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

Shades of Wisteria #BF8FF6

Tints of Wisteria #BF8FF6

Color information

#BF8FF6 (or 0xBF8FF6) is unknown color: approx Wisteria. HEX triplet: BF, 8F and F6. RGB value is (191,143,246). Sum of RGB (Red+Green+Blue) = 191+143+246=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF8FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FF6 is #407009. Grayscale: #A8A8A8. Windows color (decimal): -4222986 or 16158655. OLE color: 16158655.

HSL color Cylindrical-coordinate representation of color #BF8FF6: hue angle of 267.96º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF8FF6 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191143246-
CMYK0.220.4200.04
HSL267.96º85.12%76.27%-
HSV(B)267.96º41.87%96.47%-
XYZ47.9437.3891.88-
YUV169.09171.4143.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 246 (96.48% from 255) = 42.41%
R=32.93%
G=24.66%
B=42.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911432460.220.4200.04267.9685.1276.27
HexBF8FF6162A0410c554c
Octal277217366265204414125114
Binary10111111100011111111011010110101010010010000110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FF6; }

 p { color: rgb(191,143,246); }

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

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

 a { background-color: rgb(191,143,246); }

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

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

 span { border-color: rgb(191,143,246); }

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