#BF8AEB

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

Shades of Wisteria #BF8AEB

Tints of Wisteria #BF8AEB

Color information

#BF8AEB (or 0xBF8AEB) is unknown color: approx Wisteria. HEX triplet: BF, 8A and EB. RGB value is (191,138,235). Sum of RGB (Red+Green+Blue) = 191+138+235=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8AEB is #407514. Grayscale: #A4A4A4. Windows color (decimal): -4224277 or 15436479. OLE color: 15436479.

HSL color Cylindrical-coordinate representation of color #BF8AEB: hue angle of 272.78º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8AEB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191138235-
CMYK0.190.4100.08
HSL272.78º70.8%73.14%-
HSV(B)272.78º41.28%92.16%-
XYZ45.5735.2583-
YUV164.9167.56146.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=33.87%
G=24.47%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911382350.190.4100.08272.7870.873.14
HexBF8AEB1329081114749
Octal2772123532351010421107111
Binary101111111000101011101011100111010010100010001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AEB; }

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

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

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

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

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

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

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

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