#BB93F8

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

Shades of Perfume #BB93F8

Tints of Perfume #BB93F8

Color information

#BB93F8 (or 0xBB93F8) is unknown color: approx Perfume. HEX triplet: BB, 93 and F8. RGB value is (187,147,248). Sum of RGB (Red+Green+Blue) = 187+147+248=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB93F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93F8 is #446C07. Grayscale: #AAAAAA. Windows color (decimal): -4484104 or 16290747. OLE color: 16290747.

HSL color Cylindrical-coordinate representation of color #BB93F8: hue angle of 263.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB93F8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187147248-
CMYK0.250.4100.03
HSL263.76º87.83%77.45%-
HSV(B)263.76º40.73%97.25%-
XYZ47.8738.2193.66-
YUV170.47171.75139.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 147 (57.81% from 255) = 25.26%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=32.13%
G=25.26%
B=42.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871472480.250.4100.03263.7687.8377.45
HexBB93F8192903108584d
Octal273223370315103410130115
Binary1011101110010011111110001100110100101110000100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93F8; }

 p { color: rgb(187,147,248); }

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

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

 a { background-color: rgb(187,147,248); }

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

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

 span { border-color: rgb(187,147,248); }

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