Html Css Color HEX #B199DF Biloba Flower

📋 copy color: '#B199DF'

red 177 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #B199DF

Tints of Biloba Flower #B199DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 32.01%
G = 27.67%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B199DF (or 0xB199DF) is known color: Biloba Flower. HEX triplet: B1, 99 and DF. RGB value is (177,153,223). Sum of RGB (Red+Green+Blue) = 177+153+223=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B199DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DF is #4E6620. Grayscale: #A7A7A7. Windows color (decimal): -5137953 or 14653873. OLE color: 14653873.

HSL color Cylindrical-coordinate representation of color #B199DF: hue angle of 260.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B199DF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 153 223 -
CMYK 0.21 0.31 0 0.13
HSL 260.57º 0.52% 0.74% -
HSV(B) 260.57º 0.31% 0.87% -
XYZ 42.84 37.46 74.78 -
YUV 168.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 177 153 223 0.21 0.31 0 0.13 260.57 0.52 0.74
Hex B1 99 DF 15 1F 0 D 105 34 4A
Octal 261 231 337 25 37 0 15 405 64 112
Binary 10110001 10011001 11011111 10101 11111 0 1101 100000101 110100 1001010

Color Harmonies of #B199DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199DF

Black with #B199DF

Text Example


Text Example

White with #B199DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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