Html Css Color HEX #B99DF1 Perfume

📋 copy color: '#B99DF1'

red 185 ◦ green 157 ◦ blue 241

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

Shades of Perfume #B99DF1

Tints of Perfume #B99DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

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

R = 31.73%
G = 26.93%
B = 41.34%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B99DF1 (or 0xB99DF1) is known color: Perfume. HEX triplet: B9, 9D and F1. RGB value is (185,157,241). Sum of RGB (Red+Green+Blue) = 185+157+241=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DF1 is #46620E. Grayscale: #AEAEAE. Windows color (decimal): -4612623 or 15834553. OLE color: 15834553.

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

Color convert

RGB 185 157 241 -
CMYK 0.23 0.35 0 0.05
HSL 260º 0.75% 0.78% -
HSV(B) 260º 0.35% 0.95% -
XYZ 47.94 40.78 88.56 -
YUV 174.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 185 157 241 0.23 0.35 0 0.05 260 0.75 0.78
Hex B9 9D F1 17 23 0 5 104 4B 4E
Octal 271 235 361 27 43 0 5 404 113 116
Binary 10111001 10011101 11110001 10111 100011 0 101 100000100 1001011 1001110

Color Harmonies of #B99DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DF1

Black with #B99DF1

Text Example


Text Example

White with #B99DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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