Html Css Color HEX #B99FF6 Perfume

📋 copy color: '#B99FF6'

red 185 ◦ green 159 ◦ blue 246

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

Shades of Perfume #B99FF6

Tints of Perfume #B99FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.69%

R = 31.36%
G = 26.95%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B99FF6 (or 0xB99FF6) is known color: Perfume. HEX triplet: B9, 9F and F6. RGB value is (185,159,246). Sum of RGB (Red+Green+Blue) = 185+159+246=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FF6 is #466009. Grayscale: #B0B0B0. Windows color (decimal): -4612106 or 16162745. OLE color: 16162745.

HSL color Cylindrical-coordinate representation of color #B99FF6: hue angle of 257.93º degrees, saturation: 0.83, 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 #B99FF6 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 159 246 -
CMYK 0.25 0.35 0 0.04
HSL 257.93º 0.83% 0.79% -
HSV(B) 257.93º 0.35% 0.96% -
XYZ 49.04 41.76 92.67 -
YUV 176.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 185 159 246 0.25 0.35 0 0.04 257.93 0.83 0.79
Hex B9 9F F6 19 23 0 4 102 53 4F
Octal 271 237 366 31 43 0 4 402 123 117
Binary 10111001 10011111 11110110 11001 100011 0 100 100000010 1010011 1001111

Color Harmonies of #B99FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FF6

Black with #B99FF6

Text Example


Text Example

White with #B99FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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