Html Css Color HEX #B199ED Biloba Flower

📋 copy color: '#B199ED'

red 177 ◦ green 153 ◦ blue 237

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

Shades of Biloba Flower #B199ED

Tints of Biloba Flower #B199ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 31.22%
G = 26.98%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B199ED (or 0xB199ED) is known color: Biloba Flower. HEX triplet: B1, 99 and ED. RGB value is (177,153,237). Sum of RGB (Red+Green+Blue) = 177+153+237=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B199ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199ED is #4E6612. Grayscale: #A9A9A9. Windows color (decimal): -5137939 or 15571377. OLE color: 15571377.

HSL color Cylindrical-coordinate representation of color #B199ED: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B199ED is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 153 237 -
CMYK 0.25 0.35 0 0.07
HSL 257.14º 0.7% 0.76% -
HSV(B) 257.14º 0.35% 0.93% -
XYZ 44.81 38.24 85.14 -
YUV 169.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 177 153 237 0.25 0.35 0 0.07 257.14 0.7 0.76
Hex B1 99 ED 19 23 0 7 101 46 4C
Octal 261 231 355 31 43 0 7 401 106 114
Binary 10110001 10011001 11101101 11001 100011 0 111 100000001 1000110 1001100

Color Harmonies of #B199ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199ED

Black with #B199ED

Text Example


Text Example

White with #B199ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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