#B590F1

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

Shades of Biloba Flower #B590F1

Tints of Biloba Flower #B590F1

Color information

#B590F1 (or 0xB590F1) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and F1. RGB value is (181,144,241). Sum of RGB (Red+Green+Blue) = 181+144+241=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #B590F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590F1 is #4A6F0E. Grayscale: #A5A5A5. Windows color (decimal): -4878095 or 15831221. OLE color: 15831221.

HSL color Cylindrical-coordinate representation of color #B590F1: hue angle of 262.89º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B590F1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181144241-
CMYK0.250.4000.05
HSL262.89º77.6%75.49%-
HSV(B)262.89º40.25%94.51%-
XYZ44.9136.1287.82-
YUV166.12170.26138.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=31.98%
G=25.44%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811442410.250.4000.05262.8977.675.49
HexB590F11928051074e4b
Octal265220361315005407116113
Binary10110101100100001111000111001101000010110000011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590F1; }

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

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

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

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

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

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

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

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