#BB93F9

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

Shades of Perfume #BB93F9

Tints of Perfume #BB93F9

Color information

#BB93F9 (or 0xBB93F9) is unknown color: approx Perfume. HEX triplet: BB, 93 and F9. RGB value is (187,147,249). Sum of RGB (Red+Green+Blue) = 187+147+249=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93F9 is #446C06. Grayscale: #AAAAAA. Windows color (decimal): -4484103 or 16356283. OLE color: 16356283.

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

Color convert

RGB187147249-
CMYK0.250.4100.02
HSL263.53º89.47%77.65%-
HSV(B)263.53º40.96%97.65%-
XYZ48.0338.2794.48-
YUV170.59172.25139.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=32.08%
G=25.21%
B=42.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871472490.250.4100.02263.5389.4777.65
HexBB93F9192902108594e
Octal273223371315102410131116
Binary1011101110010011111110011100110100101010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93F9; }

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

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

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

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

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

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

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

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