Html Css Color HEX #BB97FF Perfume

📋 copy color: '#BB97FF'

red 187 ◦ green 151 ◦ blue 255

#BB97FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BB97FF

Tints of Perfume #BB97FF

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%

R = 31.53%
G = 25.46%
B = 43%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB97FF (or 0xBB97FF) is known color: 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

RGB 187 151 255 -
CMYK 0.27 0.41 0 0
HSL 260.77º 1% 0.8% -
HSV(B) 260.77º 0.41% 1% -
XYZ 49.61 39.92 99.7 -
YUV 173.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 187 151 255 0.27 0.41 0 0 260.77 1 0.8
Hex BB 97 FF 1B 29 0 0 105 64 50
Octal 273 227 377 33 51 0 0 405 144 120
Binary 10111011 10010111 11111111 11011 101001 0 0 100000101 1100100 1010000

Color Harmonies of #BB97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97FF

Black with #BB97FF

Text Example


Text Example

White with #BB97FF

Text Example


Text Example

HTML Codes & Css Web 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>