Html Css Color HEX #BB95E1 Perfume

📋 copy color: '#BB95E1'

red 187 ◦ green 149 ◦ blue 225

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

Shades of Perfume #BB95E1

Tints of Perfume #BB95E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 33.33%
G = 26.56%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB95E1 (or 0xBB95E1) is known color: Perfume. HEX triplet: BB, 95 and E1. RGB value is (187,149,225). Sum of RGB (Red+Green+Blue) = 187+149+225=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95E1 is #446A1E. Grayscale: #A8A8A8. Windows color (decimal): -4483615 or 14783931. OLE color: 14783931.

HSL color Cylindrical-coordinate representation of color #BB95E1: hue angle of 270º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB95E1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 149 225 -
CMYK 0.17 0.34 0 0.12
HSL 270º 0.56% 0.73% -
HSV(B) 270º 0.34% 0.88% -
XYZ 44.83 37.5 76.11 -
YUV 169.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 187 149 225 0.17 0.34 0 0.12 270 0.56 0.73
Hex BB 95 E1 11 22 0 C 10E 38 49
Octal 273 225 341 21 42 0 14 416 70 111
Binary 10111011 10010101 11100001 10001 100010 0 1100 100001110 111000 1001001

Color Harmonies of #BB95E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95E1

Black with #BB95E1

Text Example


Text Example

White with #BB95E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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