Html Css Color HEX #B199DA Biloba Flower

📋 copy color: '#B199DA'

red 177 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #B199DA

Tints of Biloba Flower #B199DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 32.3%
G = 27.92%
B = 39.78%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B199DA (or 0xB199DA) is known color: Biloba Flower. HEX triplet: B1, 99 and DA. RGB value is (177,153,218). Sum of RGB (Red+Green+Blue) = 177+153+218=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B199DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DA is #4E6625. Grayscale: #A7A7A7. Windows color (decimal): -5137958 or 14326193. OLE color: 14326193.

HSL color Cylindrical-coordinate representation of color #B199DA: hue angle of 262.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B199DA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 153 218 -
CMYK 0.19 0.30 0 0.15
HSL 262.15º 0.47% 0.73% -
HSV(B) 262.15º 0.3% 0.85% -
XYZ 42.18 37.19 71.29 -
YUV 167.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 177 153 218 0.19 0.30 0 0.15 262.15 0.47 0.73
Hex B1 99 DA 13 1E 0 F 106 2F 49
Octal 261 231 332 23 36 0 17 406 57 111
Binary 10110001 10011001 11011010 10011 11110 0 1111 100000110 101111 1001001

Color Harmonies of #B199DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199DA

Black with #B199DA

Text Example


Text Example

White with #B199DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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