Html Css Color HEX #BB95FA Perfume

📋 copy color: '#BB95FA'

red 187 ◦ green 149 ◦ blue 250

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

Shades of Perfume #BB95FA

Tints of Perfume #BB95FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 31.91%
G = 25.43%
B = 42.66%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB95FA (or 0xBB95FA) is known color: Perfume. HEX triplet: BB, 95 and FA. RGB value is (187,149,250). Sum of RGB (Red+Green+Blue) = 187+149+250=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95FA is #446A05. Grayscale: #ABABAB. Windows color (decimal): -4483590 or 16422331. OLE color: 16422331.

HSL color Cylindrical-coordinate representation of color #BB95FA: hue angle of 262.57º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB95FA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 149 250 -
CMYK 0.25 0.40 0 0.02
HSL 262.57º 0.91% 0.78% -
HSV(B) 262.57º 0.4% 0.98% -
XYZ 48.5 38.96 95.41 -
YUV 171.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 187 149 250 0.25 0.40 0 0.02 262.57 0.91 0.78
Hex BB 95 FA 19 28 0 2 107 5B 4E
Octal 273 225 372 31 50 0 2 407 133 116
Binary 10111011 10010101 11111010 11001 101000 0 10 100000111 1011011 1001110

Color Harmonies of #BB95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95FA

Black with #BB95FA

Text Example


Text Example

White with #BB95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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