#BB80F5

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

Shades of Wisteria #BB80F5

Tints of Wisteria #BB80F5

Color information

#BB80F5 (or 0xBB80F5) is unknown color: approx Wisteria. HEX triplet: BB, 80 and F5. RGB value is (187,128,245). Sum of RGB (Red+Green+Blue) = 187+128+245=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB80F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F5 is #447F0A. Grayscale: #9E9E9E. Windows color (decimal): -4488971 or 16089275. OLE color: 16089275.

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

Color convert

RGB187128245-
CMYK0.240.4800.04
HSL270.26º85.4%73.14%-
HSV(B)270.26º47.76%96.08%-
XYZ44.6932.690.32-
YUV158.98176.55147.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=33.39%
G=22.86%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871282450.240.4800.04270.2685.473.14
HexBB80F518300410e5549
Octal273200365306004416125111
Binary10111011100000001111010111000110000010010000111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80F5; }

 p { color: rgb(187,128,245); }

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

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

 a { background-color: rgb(187,128,245); }

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

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

 span { border-color: rgb(187,128,245); }

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