#BB84FA

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

Shades of Wisteria #BB84FA

Tints of Wisteria #BB84FA

Color information

#BB84FA (or 0xBB84FA) is unknown color: approx Wisteria. HEX triplet: BB, 84 and FA. RGB value is (187,132,250). Sum of RGB (Red+Green+Blue) = 187+132+250=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84FA is #447B05. Grayscale: #A1A1A1. Windows color (decimal): -4487942 or 16417979. OLE color: 16417979.

HSL color Cylindrical-coordinate representation of color #BB84FA: hue angle of 267.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB84FA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187132250-
CMYK0.250.4700.02
HSL267.97º92.19%74.9%-
HSV(B)267.97º47.2%98.04%-
XYZ4633.9794.57-
YUV161.9177.72145.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=32.86%
G=23.20%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871322500.250.4700.02267.9792.1974.9
HexBB84FA192F0210c5c4b
Octal273204372315702414134113
Binary1011101110000100111110101100110111101010000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84FA; }

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

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

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

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

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

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

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

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