Html Css Color HEX #B99CF4 Perfume

📋 copy color: '#B99CF4'

red 185 ◦ green 156 ◦ blue 244

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

Shades of Perfume #B99CF4

Tints of Perfume #B99CF4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.67%

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

R = 31.62%
G = 26.67%
B = 41.71%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B99CF4 (or 0xB99CF4) is known color: Perfume. HEX triplet: B9, 9C and F4. RGB value is (185,156,244). Sum of RGB (Red+Green+Blue) = 185+156+244=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #B99CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF4 is #46630B. Grayscale: #AEAEAE. Windows color (decimal): -4612876 or 16030905. OLE color: 16030905.

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

Color convert

RGB 185 156 244 -
CMYK 0.24 0.36 0 0.04
HSL 259.77º 0.8% 0.78% -
HSV(B) 259.77º 0.36% 0.96% -
XYZ 48.23 40.62 90.89 -
YUV 174.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 185 156 244 0.24 0.36 0 0.04 259.77 0.8 0.78
Hex B9 9C F4 18 24 0 4 104 50 4E
Octal 271 234 364 30 44 0 4 404 120 116
Binary 10111001 10011100 11110100 11000 100100 0 100 100000100 1010000 1001110

Color Harmonies of #B99CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CF4

Black with #B99CF4

Text Example


Text Example

White with #B99CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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