#BB91FD

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

Shades of Perfume #BB91FD

Tints of Perfume #BB91FD

Color information

#BB91FD (or 0xBB91FD) is unknown color: approx Perfume. HEX triplet: BB, 91 and FD. RGB value is (187,145,253). Sum of RGB (Red+Green+Blue) = 187+145+253=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91FD is #446E02. Grayscale: #A9A9A9. Windows color (decimal): -4484611 or 16617915. OLE color: 16617915.

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

Color convert

RGB187145253-
CMYK0.260.4300.01
HSL263.33º96.43%78.04%-
HSV(B)263.33º42.69%99.22%-
XYZ48.3537.9197.7-
YUV169.87174.91140.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=31.97%
G=24.79%
B=43.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871452530.260.4300.01263.3396.4378.04
HexBB91FD1A2B01107604e
Octal273221375325301407140116
Binary101110111001000111111101110101010110110000011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91FD; }

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

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

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

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

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

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

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

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