#BF8AFF

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

Shades of Wisteria #BF8AFF

Tints of Wisteria #BF8AFF

Color information

#BF8AFF (or 0xBF8AFF) is unknown color: approx Wisteria. HEX triplet: BF, 8A and FF. RGB value is (191,138,255). Sum of RGB (Red+Green+Blue) = 191+138+255=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8AFF is #407500. Grayscale: #A6A6A6. Windows color (decimal): -4224257 or 16747199. OLE color: 16747199.

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

Color convert

RGB191138255-
CMYK0.250.4600
HSL267.18º100%77.06%-
HSV(B)267.18º45.88%100%-
XYZ48.6236.4799.09-
YUV167.18177.56144.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 255 (100% from 255) = 43.66%
R=32.71%
G=23.63%
B=43.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911382550.250.4600267.1810077.06
HexBF8AFF192E0010b644d
Octal277212377315600413144115
Binary101111111000101011111111110011011100010000101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AFF; }

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

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

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

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

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

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

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

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