#BF8AFD

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

Shades of Wisteria #BF8AFD

Tints of Wisteria #BF8AFD

Color information

#BF8AFD (or 0xBF8AFD) is unknown color: approx Wisteria. HEX triplet: BF, 8A and FD. RGB value is (191,138,253). Sum of RGB (Red+Green+Blue) = 191+138+253=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8AFD is #407502. Grayscale: #A6A6A6. Windows color (decimal): -4224259 or 16616127. OLE color: 16616127.

HSL color Cylindrical-coordinate representation of color #BF8AFD: hue angle of 267.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF8AFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191138253-
CMYK0.250.4500.01
HSL267.65º96.64%76.67%-
HSV(B)267.65º45.45%99.22%-
XYZ48.336.3597.4-
YUV166.96176.56145.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=32.82%
G=23.71%
B=43.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911382530.250.4500.01267.6596.6476.67
HexBF8AFD192D0110c614d
Octal277212375315501414141115
Binary101111111000101011111101110011011010110000110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AFD; }

 p { color: rgb(191,138,253); }

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

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

 a { background-color: rgb(191,138,253); }

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

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

 span { border-color: rgb(191,138,253); }

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