#B19DDA

Color #B19DDA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B19DDA

Tints of Biloba Flower #B19DDA

Color information

#B19DDA (or 0xB19DDA) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and DA. RGB value is (177,157,218). Sum of RGB (Red+Green+Blue) = 177+157+218=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B19DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DDA is #4E6225. Grayscale: #A9A9A9. Windows color (decimal): -5136934 or 14327217. OLE color: 14327217.

HSL color Cylindrical-coordinate representation of color #B19DDA: hue angle of 259.67º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19DDA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177157218-
CMYK0.190.2800.15
HSL259.67º45.19%73.53%-
HSV(B)259.67º27.98%85.49%-
XYZ42.8438.5271.51-
YUV169.93155.13133.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=32.07%
G=28.44%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771572180.190.2800.15259.6745.1973.53
HexB19DDA131C0F1042d4a
Octal261235332233401740455112
Binary1011000110011101110110101001111100011111000001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DDA; }

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

 H1.HeaderClassName
 {
   color: #B19DDA;
 }
 .AnyTagClassName
 {
   color: #B19DDA;
 }
</style>
background-color css

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

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

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

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

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

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