Html Css Color HEX #B99FF1 Perfume

📋 copy color: '#B99FF1'

red 185 ◦ green 159 ◦ blue 241

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

Shades of Perfume #B99FF1

Tints of Perfume #B99FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 31.62%
G = 27.18%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B99FF1 (or 0xB99FF1) is known color: Perfume. HEX triplet: B9, 9F and F1. RGB value is (185,159,241). Sum of RGB (Red+Green+Blue) = 185+159+241=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FF1 is #46600E. Grayscale: #AFAFAF. Windows color (decimal): -4612111 or 15835065. OLE color: 15835065.

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

Color convert

RGB 185 159 241 -
CMYK 0.23 0.34 0 0.05
HSL 259.02º 0.75% 0.78% -
HSV(B) 259.02º 0.34% 0.95% -
XYZ 48.28 41.46 88.68 -
YUV 176.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 185 159 241 0.23 0.34 0 0.05 259.02 0.75 0.78
Hex B9 9F F1 17 22 0 5 103 4B 4E
Octal 271 237 361 27 42 0 5 403 113 116
Binary 10111001 10011111 11110001 10111 100010 0 101 100000011 1001011 1001110

Color Harmonies of #B99FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FF1

Black with #B99FF1

Text Example


Text Example

White with #B99FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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