#BB93F3

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

Shades of Perfume #BB93F3

Tints of Perfume #BB93F3

Color information

#BB93F3 (or 0xBB93F3) is unknown color: approx Perfume. HEX triplet: BB, 93 and F3. RGB value is (187,147,243). Sum of RGB (Red+Green+Blue) = 187+147+243=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93F3 is #446C0C. Grayscale: #A9A9A9. Windows color (decimal): -4484109 or 15963067. OLE color: 15963067.

HSL color Cylindrical-coordinate representation of color #BB93F3: hue angle of 265º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB93F3 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187147243-
CMYK0.230.4000.05
HSL265º80%76.47%-
HSV(B)265º39.51%95.29%-
XYZ47.137.989.63-
YUV169.9169.25140.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=32.41%
G=25.48%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871472430.230.4000.052658076.47
HexBB93F3172805109504c
Octal273223363275005411120114
Binary10111011100100111111001110111101000010110000100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93F3; }

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

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

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

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

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

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

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

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