#B590FB

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

Shades of Biloba Flower #B590FB

Tints of Biloba Flower #B590FB

Color information

#B590FB (or 0xB590FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and FB. RGB value is (181,144,251). Sum of RGB (Red+Green+Blue) = 181+144+251=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #B590FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FB is #4A6F04. Grayscale: #A6A6A6. Windows color (decimal): -4878085 or 16486581. OLE color: 16486581.

HSL color Cylindrical-coordinate representation of color #B590FB: hue angle of 260.75º 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 #B590FB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181144251-
CMYK0.280.4300.02
HSL260.75º93.04%77.45%-
HSV(B)260.75º42.63%98.43%-
XYZ46.4436.7495.91-
YUV167.26175.26137.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=31.42%
G=25%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811442510.280.4300.02260.7593.0477.45
HexB590FB1C2B021055d4d
Octal265220373345302405135115
Binary1011010110010000111110111110010101101010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590FB; }

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

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

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

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

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

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

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

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