#BB91FC

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

Shades of Perfume #BB91FC

Tints of Perfume #BB91FC

Color information

#BB91FC (or 0xBB91FC) is unknown color: approx Perfume. HEX triplet: BB, 91 and FC. RGB value is (187,145,252). Sum of RGB (Red+Green+Blue) = 187+145+252=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91FC is #446E03. Grayscale: #A9A9A9. Windows color (decimal): -4484612 or 16552379. OLE color: 16552379.

HSL color Cylindrical-coordinate representation of color #BB91FC: hue angle of 263.55º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB91FC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187145252-
CMYK0.260.4200.01
HSL263.55º94.69%77.84%-
HSV(B)263.55º42.46%98.82%-
XYZ48.1937.8496.86-
YUV169.76174.41140.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=32.02%
G=24.83%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871452520.260.4200.01263.5594.6977.84
HexBB91FC1A2A011085f4e
Octal273221374325201410137116
Binary101110111001000111111100110101010100110000100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91FC; }

 p { color: rgb(187,145,252); }

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

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

 a { background-color: rgb(187,145,252); }

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

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

 span { border-color: rgb(187,145,252); }

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