#BB82F6

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

Shades of Wisteria #BB82F6

Tints of Wisteria #BB82F6

Color information

#BB82F6 (or 0xBB82F6) is unknown color: approx Wisteria. HEX triplet: BB, 82 and F6. RGB value is (187,130,246). Sum of RGB (Red+Green+Blue) = 187+130+246=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB82F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82F6 is #447D09. Grayscale: #9F9F9F. Windows color (decimal): -4488458 or 16155323. OLE color: 16155323.

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

Color convert

RGB187130246-
CMYK0.240.4700.04
HSL269.48º86.57%73.73%-
HSV(B)269.48º47.15%96.47%-
XYZ45.1133.1891.22-
YUV160.27176.38147.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 246 (96.48% from 255) = 43.69%
R=33.21%
G=23.09%
B=43.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871302460.240.4700.04269.4886.5773.73
HexBB82F6182F0410d574a
Octal273202366305704415127112
Binary10111011100000101111011011000101111010010000110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82F6; }

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

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

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

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

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

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

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

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