Html Css Color HEX #BB96FF Perfume

📋 copy color: '#BB96FF'

red 187 ◦ green 150 ◦ blue 255

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

Shades of Perfume #BB96FF

Tints of Perfume #BB96FF

RGB

 RED value IS 187 (73.44% from 255) = 31.59%

 GREEN value IS 150 (58.98% from 255) = 25.34%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 31.59%
G = 25.34%
B = 43.07%

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

#BB96FF (or 0xBB96FF) is known color: Perfume. HEX triplet: BB, 96 and FF. RGB value is (187,150,255). Sum of RGB (Red+Green+Blue) = 187+150+255=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96FF is #446900. Grayscale: #ACACAC. Windows color (decimal): -4483329 or 16750267. OLE color: 16750267.

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

Color convert

RGB 187 150 255 -
CMYK 0.27 0.41 0 0
HSL 261.14º 1% 0.79% -
HSV(B) 261.14º 0.41% 1% -
XYZ 49.45 39.6 99.64 -
YUV 173.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 187 150 255 0.27 0.41 0 0 261.14 1 0.79
Hex BB 96 FF 1B 29 0 0 105 64 4F
Octal 273 226 377 33 51 0 0 405 144 117
Binary 10111011 10010110 11111111 11011 101001 0 0 100000101 1100100 1001111

Color Harmonies of #BB96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96FF

Black with #BB96FF

Text Example


Text Example

White with #BB96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96FF; }

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

 H1.HeaderClassName
 {
   color: #BB96FF;
 }
 .AnyTagClassName
 {
   color: #BB96FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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