Html Css Color HEX #BB95FF Perfume

📋 copy color: '#BB95FF'

red 187 ◦ green 149 ◦ blue 255

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

Shades of Perfume #BB95FF

Tints of Perfume #BB95FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 31.64%
G = 25.21%
B = 43.15%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB95FF (or 0xBB95FF) is known color: Perfume. HEX triplet: BB, 95 and FF. RGB value is (187,149,255). Sum of RGB (Red+Green+Blue) = 187+149+255=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95FF is #446A00. Grayscale: #ACACAC. Windows color (decimal): -4483585 or 16750011. OLE color: 16750011.

HSL color Cylindrical-coordinate representation of color #BB95FF: hue angle of 261.51º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB95FF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 149 255 -
CMYK 0.27 0.42 0 0
HSL 261.51º 1% 0.79% -
HSV(B) 261.51º 0.42% 1% -
XYZ 49.29 39.28 99.59 -
YUV 172.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 187 149 255 0.27 0.42 0 0 261.51 1 0.79
Hex BB 95 FF 1B 2A 0 0 106 64 4F
Octal 273 225 377 33 52 0 0 406 144 117
Binary 10111011 10010101 11111111 11011 101010 0 0 100000110 1100100 1001111

Color Harmonies of #BB95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95FF

Black with #BB95FF

Text Example


Text Example

White with #BB95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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