Html Css Color HEX #B99EF1 Perfume

📋 copy color: '#B99EF1'

red 185 ◦ green 158 ◦ blue 241

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

Shades of Perfume #B99EF1

Tints of Perfume #B99EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.05%

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

R = 31.68%
G = 27.05%
B = 41.27%

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

#B99EF1 (or 0xB99EF1) is known color: Perfume. HEX triplet: B9, 9E and F1. RGB value is (185,158,241). Sum of RGB (Red+Green+Blue) = 185+158+241=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF1 is #46610E. Grayscale: #AFAFAF. Windows color (decimal): -4612367 or 15834809. OLE color: 15834809.

HSL color Cylindrical-coordinate representation of color #B99EF1: hue angle of 259.52º 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 #B99EF1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 158 241 -
CMYK 0.23 0.34 0 0.05
HSL 259.52º 0.75% 0.78% -
HSV(B) 259.52º 0.34% 0.95% -
XYZ 48.11 41.12 88.62 -
YUV 175.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 185 158 241 0.23 0.34 0 0.05 259.52 0.75 0.78
Hex B9 9E F1 17 22 0 5 104 4B 4E
Octal 271 236 361 27 42 0 5 404 113 116
Binary 10111001 10011110 11110001 10111 100010 0 101 100000100 1001011 1001110

Color Harmonies of #B99EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EF1

Black with #B99EF1

Text Example


Text Example

White with #B99EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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