#BB97FF

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

Shades of Perfume #BB97FF

Tints of Perfume #BB97FF

Color information

#BB97FF (or 0xBB97FF) is unknown color: approx Perfume. HEX triplet: BB, 97 and FF. RGB value is (187,151,255). Sum of RGB (Red+Green+Blue) = 187+151+255=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97FF is #446800. Grayscale: #ADADAD. Windows color (decimal): -4483073 or 16750523. OLE color: 16750523.

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

Color convert

RGB187151255-
CMYK0.270.4100
HSL260.77º100%79.61%-
HSV(B)260.77º40.78%100%-
XYZ49.6139.9299.7-
YUV173.62173.93137.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 255 (100% from 255) = 43.00%
R=31.53%
G=25.46%
B=43.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871512550.270.4100260.7710079.61
HexBB97FF1B29001056450
Octal273227377335100405144120
Binary101110111001011111111111110111010010010000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97FF; }

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

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

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

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

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

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

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

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