Html Css Color HEX #B199F2 Biloba Flower

📋 copy color: '#B199F2'

red 177 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #B199F2

Tints of Biloba Flower #B199F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 30.94%
G = 26.75%
B = 42.31%

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

#B199F2 (or 0xB199F2) is known color: Biloba Flower. HEX triplet: B1, 99 and F2. RGB value is (177,153,242). Sum of RGB (Red+Green+Blue) = 177+153+242=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #B199F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F2 is #4E660D. Grayscale: #A9A9A9. Windows color (decimal): -5137934 or 15899057. OLE color: 15899057.

HSL color Cylindrical-coordinate representation of color #B199F2: hue angle of 256.18º degrees, saturation: 0.77, 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 #B199F2 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 153 242 -
CMYK 0.27 0.37 0 0.05
HSL 256.18º 0.77% 0.77% -
HSV(B) 256.18º 0.37% 0.95% -
XYZ 45.55 38.54 89.04 -
YUV 170.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 177 153 242 0.27 0.37 0 0.05 256.18 0.77 0.77
Hex B1 99 F2 1B 25 0 5 100 4D 4D
Octal 261 231 362 33 45 0 5 400 115 115
Binary 10110001 10011001 11110010 11011 100101 0 101 100000000 1001101 1001101

Color Harmonies of #B199F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199F2

Black with #B199F2

Text Example


Text Example

White with #B199F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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