Html Css Color HEX #BB95F9 Perfume

📋 copy color: '#BB95F9'

red 187 ◦ green 149 ◦ blue 249

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

Shades of Perfume #BB95F9

Tints of Perfume #BB95F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.47%

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 31.97%
G = 25.47%
B = 42.56%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB95F9 (or 0xBB95F9) is known color: Perfume. HEX triplet: BB, 95 and F9. RGB value is (187,149,249). Sum of RGB (Red+Green+Blue) = 187+149+249=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95F9 is #446A06. Grayscale: #ABABAB. Windows color (decimal): -4483591 or 16356795. OLE color: 16356795.

HSL color Cylindrical-coordinate representation of color #BB95F9: hue angle of 262.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB95F9 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 149 249 -
CMYK 0.25 0.40 0 0.02
HSL 262.8º 0.89% 0.78% -
HSV(B) 262.8º 0.4% 0.98% -
XYZ 48.34 38.9 94.58 -
YUV 171.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 187 149 249 0.25 0.40 0 0.02 262.8 0.89 0.78
Hex BB 95 F9 19 28 0 2 107 59 4E
Octal 273 225 371 31 50 0 2 407 131 116
Binary 10111011 10010101 11111001 11001 101000 0 10 100000111 1011001 1001110

Color Harmonies of #BB95F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95F9

Black with #BB95F9

Text Example


Text Example

White with #BB95F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95F9; }

 p { color: rgb(187,149,249); }

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

background-color css

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

 a { background-color: rgb(187,149,249); }

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

border-color css

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

 span { border-color: rgb(187,149,249); }

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