Html Css Color HEX #BB96F1 Perfume

📋 copy color: '#BB96F1'

red 187 ◦ green 150 ◦ blue 241

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

Shades of Perfume #BB96F1

Tints of Perfume #BB96F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 32.35%
G = 25.95%
B = 41.7%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB96F1 (or 0xBB96F1) is known color: Perfume. HEX triplet: BB, 96 and F1. RGB value is (187,150,241). Sum of RGB (Red+Green+Blue) = 187+150+241=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96F1 is #44690E. Grayscale: #ABABAB. Windows color (decimal): -4483343 or 15832763. OLE color: 15832763.

HSL color Cylindrical-coordinate representation of color #BB96F1: hue angle of 264.4º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB96F1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 150 241 -
CMYK 0.22 0.38 0 0.05
HSL 264.4º 0.76% 0.77% -
HSV(B) 264.4º 0.38% 0.95% -
XYZ 47.28 38.73 88.2 -
YUV 171.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 187 150 241 0.22 0.38 0 0.05 264.4 0.76 0.77
Hex BB 96 F1 16 26 0 5 108 4C 4D
Octal 273 226 361 26 46 0 5 410 114 115
Binary 10111011 10010110 11110001 10110 100110 0 101 100001000 1001100 1001101

Color Harmonies of #BB96F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96F1

Black with #BB96F1

Text Example


Text Example

White with #BB96F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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