Html Css Color HEX #BB95DF Perfume

📋 copy color: '#BB95DF'

red 187 ◦ green 149 ◦ blue 223

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

Shades of Perfume #BB95DF

Tints of Perfume #BB95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 33.45%
G = 26.65%
B = 39.89%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB95DF (or 0xBB95DF) is known color: Perfume. HEX triplet: BB, 95 and DF. RGB value is (187,149,223). Sum of RGB (Red+Green+Blue) = 187+149+223=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DF is #446A20. Grayscale: #A8A8A8. Windows color (decimal): -4483617 or 14652859. OLE color: 14652859.

HSL color Cylindrical-coordinate representation of color #BB95DF: hue angle of 270.81º degrees, saturation: 0.54, 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 #BB95DF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 149 223 -
CMYK 0.16 0.33 0 0.13
HSL 270.81º 0.54% 0.73% -
HSV(B) 270.81º 0.33% 0.87% -
XYZ 44.56 37.39 74.68 -
YUV 168.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 187 149 223 0.16 0.33 0 0.13 270.81 0.54 0.73
Hex BB 95 DF 10 21 0 D 10F 36 49
Octal 273 225 337 20 41 0 15 417 66 111
Binary 10111011 10010101 11011111 10000 100001 0 1101 100001111 110110 1001001

Color Harmonies of #BB95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95DF

Black with #BB95DF

Text Example


Text Example

White with #BB95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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