#B59CF4

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

Shades of Biloba Flower #B59CF4

Tints of Biloba Flower #B59CF4

Color information

#B59CF4 (or 0xB59CF4) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and F4. RGB value is (181,156,244). Sum of RGB (Red+Green+Blue) = 181+156+244=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #B59CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CF4 is #4A630B. Grayscale: #ADADAD. Windows color (decimal): -4875020 or 16030901. OLE color: 16030901.

HSL color Cylindrical-coordinate representation of color #B59CF4: hue angle of 257.05º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B59CF4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181156244-
CMYK0.260.3600.04
HSL257.05º80%78.43%-
HSV(B)257.05º36.07%95.69%-
XYZ47.2740.1390.84-
YUV173.51167.78133.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=31.15%
G=26.85%
B=42.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811562440.260.3600.04257.058078.43
HexB59CF41A2404101504e
Octal265234364324404401120116
Binary10110101100111001111010011010100100010010000000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CF4; }

 p { color: rgb(181,156,244); }

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

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

 a { background-color: rgb(181,156,244); }

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

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

 span { border-color: rgb(181,156,244); }

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