Html Css Color HEX #B99EF4 Perfume

📋 copy color: '#B99EF4'

red 185 ◦ green 158 ◦ blue 244

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

Shades of Perfume #B99EF4

Tints of Perfume #B99EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.57%

R = 31.52%
G = 26.92%
B = 41.57%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B99EF4 (or 0xB99EF4) is known color: Perfume. HEX triplet: B9, 9E and F4. RGB value is (185,158,244). Sum of RGB (Red+Green+Blue) = 185+158+244=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #B99EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF4 is #46610B. Grayscale: #AFAFAF. Windows color (decimal): -4612364 or 16031417. OLE color: 16031417.

HSL color Cylindrical-coordinate representation of color #B99EF4: hue angle of 258.84º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99EF4 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 158 244 -
CMYK 0.24 0.35 0 0.04
HSL 258.84º 0.8% 0.79% -
HSV(B) 258.84º 0.35% 0.96% -
XYZ 48.56 41.3 91 -
YUV 175.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 185 158 244 0.24 0.35 0 0.04 258.84 0.8 0.79
Hex B9 9E F4 18 23 0 4 103 50 4F
Octal 271 236 364 30 43 0 4 403 120 117
Binary 10111001 10011110 11110100 11000 100011 0 100 100000011 1010000 1001111

Color Harmonies of #B99EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EF4

Black with #B99EF4

Text Example


Text Example

White with #B99EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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