Html Css Color HEX #B199F8 Biloba Flower

📋 copy color: '#B199F8'

red 177 ◦ green 153 ◦ blue 248

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

Shades of Biloba Flower #B199F8

Tints of Biloba Flower #B199F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 30.62%
G = 26.47%
B = 42.91%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B199F8 (or 0xB199F8) is known color: Biloba Flower. HEX triplet: B1, 99 and F8. RGB value is (177,153,248). Sum of RGB (Red+Green+Blue) = 177+153+248=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #B199F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F8 is #4E6607. Grayscale: #AAAAAA. Windows color (decimal): -5137928 or 16292273. OLE color: 16292273.

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

Color convert

RGB 177 153 248 -
CMYK 0.29 0.38 0 0.03
HSL 255.16º 0.87% 0.79% -
HSV(B) 255.16º 0.38% 0.97% -
XYZ 46.47 38.91 93.87 -
YUV 171.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 177 153 248 0.29 0.38 0 0.03 255.16 0.87 0.79
Hex B1 99 F8 1D 26 0 3 FF 57 4F
Octal 261 231 370 35 46 0 3 377 127 117
Binary 10110001 10011001 11111000 11101 100110 0 11 11111111 1010111 1001111

Color Harmonies of #B199F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199F8

Black with #B199F8

Text Example


Text Example

White with #B199F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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