Html Css Color HEX #B99BF1 Perfume

📋 copy color: '#B99BF1'

red 185 ◦ green 155 ◦ blue 241

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

Shades of Perfume #B99BF1

Tints of Perfume #B99BF1

RGB

 RED value IS 185 (72.66% from 255) = 31.84%

 GREEN value IS 155 (60.94% from 255) = 26.68%

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 31.84%
G = 26.68%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B99BF1 (or 0xB99BF1) is known color: Perfume. HEX triplet: B9, 9B and F1. RGB value is (185,155,241). Sum of RGB (Red+Green+Blue) = 185+155+241=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BF1 is #46640E. Grayscale: #ADADAD. Windows color (decimal): -4613135 or 15834041. OLE color: 15834041.

HSL color Cylindrical-coordinate representation of color #B99BF1: hue angle of 260.93º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99BF1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 155 241 -
CMYK 0.23 0.36 0 0.05
HSL 260.93º 0.75% 0.78% -
HSV(B) 260.93º 0.36% 0.95% -
XYZ 47.61 40.11 88.45 -
YUV 173.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 185 155 241 0.23 0.36 0 0.05 260.93 0.75 0.78
Hex B9 9B F1 17 24 0 5 105 4B 4E
Octal 271 233 361 27 44 0 5 405 113 116
Binary 10111001 10011011 11110001 10111 100100 0 101 100000101 1001011 1001110

Color Harmonies of #B99BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BF1

Black with #B99BF1

Text Example


Text Example

White with #B99BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BF1; }

 p { color: rgb(185,155,241); }

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

background-color css

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

 a { background-color: rgb(185,155,241); }

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

border-color css

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

 span { border-color: rgb(185,155,241); }

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