#BB84F1

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

Shades of Wisteria #BB84F1

Tints of Wisteria #BB84F1

Color information

#BB84F1 (or 0xBB84F1) is unknown color: approx Wisteria. HEX triplet: BB, 84 and F1. RGB value is (187,132,241). Sum of RGB (Red+Green+Blue) = 187+132+241=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84F1 is #447B0E. Grayscale: #A0A0A0. Windows color (decimal): -4487951 or 15828155. OLE color: 15828155.

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

Color convert

RGB187132241-
CMYK0.220.4500.05
HSL270.28º79.56%73.14%-
HSV(B)270.28º45.23%94.51%-
XYZ44.6233.4287.32-
YUV160.87173.22146.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=33.39%
G=23.57%
B=43.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871322410.220.4500.05270.2879.5673.14
HexBB84F1162D0510e5049
Octal273204361265505416120111
Binary10111011100001001111000110110101101010110000111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84F1; }

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

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

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

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

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

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

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

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