Html Css Color HEX #B99FF7 Perfume

📋 copy color: '#B99FF7'

red 185 ◦ green 159 ◦ blue 247

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

Shades of Perfume #B99FF7

Tints of Perfume #B99FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.79%

R = 31.3%
G = 26.9%
B = 41.79%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B99FF7 (or 0xB99FF7) is known color: Perfume. HEX triplet: B9, 9F and F7. RGB value is (185,159,247). Sum of RGB (Red+Green+Blue) = 185+159+247=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #B99FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FF7 is #466008. Grayscale: #B0B0B0. Windows color (decimal): -4612105 or 16228281. OLE color: 16228281.

HSL color Cylindrical-coordinate representation of color #B99FF7: hue angle of 257.73º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99FF7 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 159 247 -
CMYK 0.25 0.36 0 0.03
HSL 257.73º 0.85% 0.8% -
HSV(B) 257.73º 0.36% 0.97% -
XYZ 49.19 41.83 93.48 -
YUV 176.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 185 159 247 0.25 0.36 0 0.03 257.73 0.85 0.8
Hex B9 9F F7 19 24 0 3 102 55 50
Octal 271 237 367 31 44 0 3 402 125 120
Binary 10111001 10011111 11110111 11001 100100 0 11 100000010 1010101 1010000

Color Harmonies of #B99FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FF7

Black with #B99FF7

Text Example


Text Example

White with #B99FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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