Html Css Color HEX #B99BFF Perfume

📋 copy color: '#B99BFF'

red 185 ◦ green 155 ◦ blue 255

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

Shades of Perfume #B99BFF

Tints of Perfume #B99BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.05%

 BLUE value IS 255 (100% from 255) = 42.86%

R = 31.09%
G = 26.05%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B99BFF (or 0xB99BFF) is known color: Perfume. HEX triplet: B9, 9B and FF. RGB value is (185,155,255). Sum of RGB (Red+Green+Blue) = 185+155+255=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BFF is #466400. Grayscale: #AFAFAF. Windows color (decimal): -4613121 or 16751545. OLE color: 16751545.

HSL color Cylindrical-coordinate representation of color #B99BFF: hue angle of 258º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99BFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 155 255 -
CMYK 0.27 0.39 0 0
HSL 258º 1% 0.8% -
HSV(B) 258º 0.39% 1% -
XYZ 49.78 40.98 99.89 -
YUV 175.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 185 155 255 0.27 0.39 0 0 258 1 0.8
Hex B9 9B FF 1B 27 0 0 102 64 50
Octal 271 233 377 33 47 0 0 402 144 120
Binary 10111001 10011011 11111111 11011 100111 0 0 100000010 1100100 1010000

Color Harmonies of #B99BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BFF

Black with #B99BFF

Text Example


Text Example

White with #B99BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BFF; }

 p { color: rgb(185,155,255); }

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

background-color css

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

 a { background-color: rgb(185,155,255); }

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

border-color css

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

 span { border-color: rgb(185,155,255); }

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