#BB82F1

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

Shades of Wisteria #BB82F1

Tints of Wisteria #BB82F1

Color information

#BB82F1 (or 0xBB82F1) is unknown color: approx Wisteria. HEX triplet: BB, 82 and F1. RGB value is (187,130,241). Sum of RGB (Red+Green+Blue) = 187+130+241=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82F1 is #447D0E. Grayscale: #9F9F9F. Windows color (decimal): -4488463 or 15827643. OLE color: 15827643.

HSL color Cylindrical-coordinate representation of color #BB82F1: hue angle of 270.81º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB82F1 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187130241-
CMYK0.220.4600.05
HSL270.81º79.86%72.75%-
HSV(B)270.81º46.06%94.51%-
XYZ44.3532.8887.23-
YUV159.7173.88147.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=33.51%
G=23.30%
B=43.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871302410.220.4600.05270.8179.8672.75
HexBB82F1162E0510f5049
Octal273202361265605417120111
Binary10111011100000101111000110110101110010110000111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82F1; }

 p { color: rgb(187,130,241); }

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

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

 a { background-color: rgb(187,130,241); }

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

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

 span { border-color: rgb(187,130,241); }

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