#BB82F3

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

Shades of Wisteria #BB82F3

Tints of Wisteria #BB82F3

Color information

#BB82F3 (or 0xBB82F3) is unknown color: approx Wisteria. HEX triplet: BB, 82 and F3. RGB value is (187,130,243). Sum of RGB (Red+Green+Blue) = 187+130+243=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82F3 is #447D0C. Grayscale: #9F9F9F. Windows color (decimal): -4488461 or 15958715. OLE color: 15958715.

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

Color convert

RGB187130243-
CMYK0.230.4700.05
HSL270.27º82.48%73.14%-
HSV(B)270.27º46.5%95.29%-
XYZ44.653388.81-
YUV159.93174.88147.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=33.39%
G=23.21%
B=43.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871302430.230.4700.05270.2782.4873.14
HexBB82F3172F0510e5249
Octal273202363275705416122111
Binary10111011100000101111001110111101111010110000111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82F3; }

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

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

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

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

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

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

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

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