#BB93FF

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

Shades of Perfume #BB93FF

Tints of Perfume #BB93FF

Color information

#BB93FF (or 0xBB93FF) is unknown color: approx Perfume. HEX triplet: BB, 93 and FF. RGB value is (187,147,255). Sum of RGB (Red+Green+Blue) = 187+147+255=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93FF is #446C00. Grayscale: #AAAAAA. Windows color (decimal): -4484097 or 16749499. OLE color: 16749499.

HSL color Cylindrical-coordinate representation of color #BB93FF: hue angle of 262.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB93FF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187147255-
CMYK0.270.4200
HSL262.22º100%78.82%-
HSV(B)262.22º42.35%100%-
XYZ48.9838.6599.49-
YUV171.27175.25139.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 43.29%
R=31.75%
G=24.96%
B=43.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871472550.270.4200262.2210078.82
HexBB93FF1B2A00106644f
Octal273223377335200406144117
Binary101110111001001111111111110111010100010000011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93FF; }

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

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

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

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

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

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

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

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