Html Css Color HEX #BB95F1 Perfume

📋 copy color: '#BB95F1'

red 187 ◦ green 149 ◦ blue 241

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

Shades of Perfume #BB95F1

Tints of Perfume #BB95F1

RGB

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

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

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

R = 32.41%
G = 25.82%
B = 41.77%

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

#BB95F1 (or 0xBB95F1) is known color: Perfume. HEX triplet: BB, 95 and F1. RGB value is (187,149,241). Sum of RGB (Red+Green+Blue) = 187+149+241=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95F1 is #446A0E. Grayscale: #AAAAAA. Windows color (decimal): -4483599 or 15832507. OLE color: 15832507.

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

Color convert

RGB 187 149 241 -
CMYK 0.22 0.38 0 0.05
HSL 264.78º 0.77% 0.76% -
HSV(B) 264.78º 0.38% 0.95% -
XYZ 47.12 38.41 88.15 -
YUV 170.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 187 149 241 0.22 0.38 0 0.05 264.78 0.77 0.76
Hex BB 95 F1 16 26 0 5 109 4D 4C
Octal 273 225 361 26 46 0 5 411 115 114
Binary 10111011 10010101 11110001 10110 100110 0 101 100001001 1001101 1001100

Color Harmonies of #BB95F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95F1

Black with #BB95F1

Text Example


Text Example

White with #BB95F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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