#B190DA

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

Shades of Biloba Flower #B190DA

Tints of Biloba Flower #B190DA

Color information

#B190DA (or 0xB190DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and DA. RGB value is (177,144,218). Sum of RGB (Red+Green+Blue) = 177+144+218=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B190DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DA is #4E6F25. Grayscale: #A2A2A2. Windows color (decimal): -5140262 or 14323889. OLE color: 14323889.

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

Color convert

RGB177144218-
CMYK0.190.3400.15
HSL266.76º50%70.98%-
HSV(B)266.76º33.94%85.49%-
XYZ40.7634.3670.81-
YUV162.3159.43138.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=32.84%
G=26.72%
B=40.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771442180.190.3400.15266.765070.98
HexB190DA13220F10b3247
Octal261220332234201741362107
Binary10110001100100001101101010011100010011111000010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190DA; }

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

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

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

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

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

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

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

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