#B190FB

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

Shades of Biloba Flower #B190FB

Tints of Biloba Flower #B190FB

Color information

#B190FB (or 0xB190FB) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and FB. RGB value is (177,144,251). Sum of RGB (Red+Green+Blue) = 177+144+251=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B190FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190FB is #4E6F04. Grayscale: #A5A5A5. Windows color (decimal): -5140229 or 16486577. OLE color: 16486577.

HSL color Cylindrical-coordinate representation of color #B190FB: hue angle of 258.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B190FB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177144251-
CMYK0.290.4300.02
HSL258.5º93.04%77.45%-
HSV(B)258.5º42.63%98.43%-
XYZ45.5236.2695.87-
YUV166.06175.93135.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=30.94%
G=25.17%
B=43.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771442510.290.4300.02258.593.0477.45
HexB190FB1D2B021035d4d
Octal261220373355302403135115
Binary1011000110010000111110111110110101101010000001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190FB; }

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

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

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

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

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

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

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

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