Html Css Color HEX #BB95DD Perfume

📋 copy color: '#BB95DD'

red 187 ◦ green 149 ◦ blue 221

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

Shades of Perfume #BB95DD

Tints of Perfume #BB95DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 33.57%
G = 26.75%
B = 39.68%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB95DD (or 0xBB95DD) is known color: Perfume. HEX triplet: BB, 95 and DD. RGB value is (187,149,221). Sum of RGB (Red+Green+Blue) = 187+149+221=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DD is #446A22. Grayscale: #A8A8A8. Windows color (decimal): -4483619 or 14521787. OLE color: 14521787.

HSL color Cylindrical-coordinate representation of color #BB95DD: hue angle of 271.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB95DD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 149 221 -
CMYK 0.15 0.33 0 0.13
HSL 271.67º 0.51% 0.73% -
HSV(B) 271.67º 0.33% 0.87% -
XYZ 44.29 37.28 73.27 -
YUV 168.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 187 149 221 0.15 0.33 0 0.13 271.67 0.51 0.73
Hex BB 95 DD F 21 0 D 110 33 49
Octal 273 225 335 17 41 0 15 420 63 111
Binary 10111011 10010101 11011101 1111 100001 0 1101 100010000 110011 1001001

Color Harmonies of #BB95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95DD

Black with #BB95DD

Text Example


Text Example

White with #BB95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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