Html Css Color HEX #B199F7 Biloba Flower

📋 copy color: '#B199F7'

red 177 ◦ green 153 ◦ blue 247

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

Shades of Biloba Flower #B199F7

Tints of Biloba Flower #B199F7

RGB

 RED value IS 177 (69.53% from 255) = 30.68%

 GREEN value IS 153 (60.16% from 255) = 26.52%

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

R = 30.68%
G = 26.52%
B = 42.81%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B199F7 (or 0xB199F7) is known color: Biloba Flower. HEX triplet: B1, 99 and F7. RGB value is (177,153,247). Sum of RGB (Red+Green+Blue) = 177+153+247=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #B199F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F7 is #4E6608. Grayscale: #AAAAAA. Windows color (decimal): -5137929 or 16226737. OLE color: 16226737.

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

Color convert

RGB 177 153 247 -
CMYK 0.28 0.38 0 0.03
HSL 255.32º 0.85% 0.78% -
HSV(B) 255.32º 0.38% 0.97% -
XYZ 46.31 38.84 93.05 -
YUV 170.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 177 153 247 0.28 0.38 0 0.03 255.32 0.85 0.78
Hex B1 99 F7 1C 26 0 3 FF 55 4E
Octal 261 231 367 34 46 0 3 377 125 116
Binary 10110001 10011001 11110111 11100 100110 0 11 11111111 1010101 1001110

Color Harmonies of #B199F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199F7

Black with #B199F7

Text Example


Text Example

White with #B199F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199F7; }

 p { color: rgb(177,153,247); }

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

background-color css

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

 a { background-color: rgb(177,153,247); }

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

border-color css

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

 span { border-color: rgb(177,153,247); }

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