Html Css Color HEX #B199F1 Biloba Flower

📋 copy color: '#B199F1'

red 177 ◦ green 153 ◦ blue 241

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

Shades of Biloba Flower #B199F1

Tints of Biloba Flower #B199F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 31%
G = 26.8%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B199F1 (or 0xB199F1) is known color: Biloba Flower. HEX triplet: B1, 99 and F1. RGB value is (177,153,241). Sum of RGB (Red+Green+Blue) = 177+153+241=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B199F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F1 is #4E660E. Grayscale: #A9A9A9. Windows color (decimal): -5137935 or 15833521. OLE color: 15833521.

HSL color Cylindrical-coordinate representation of color #B199F1: hue angle of 256.36º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B199F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 153 241 -
CMYK 0.27 0.37 0 0.05
HSL 256.36º 0.76% 0.77% -
HSV(B) 256.36º 0.37% 0.95% -
XYZ 45.4 38.48 88.25 -
YUV 170.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 177 153 241 0.27 0.37 0 0.05 256.36 0.76 0.77
Hex B1 99 F1 1B 25 0 5 100 4C 4D
Octal 261 231 361 33 45 0 5 400 114 115
Binary 10110001 10011001 11110001 11011 100101 0 101 100000000 1001100 1001101

Color Harmonies of #B199F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199F1

Black with #B199F1

Text Example


Text Example

White with #B199F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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