#B59CF1

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

Shades of Biloba Flower #B59CF1

Tints of Biloba Flower #B59CF1

Color information

#B59CF1 (or 0xB59CF1) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and F1. RGB value is (181,156,241). Sum of RGB (Red+Green+Blue) = 181+156+241=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #B59CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CF1 is #4A630E. Grayscale: #ACACAC. Windows color (decimal): -4875023 or 15834293. OLE color: 15834293.

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

Color convert

RGB181156241-
CMYK0.250.3500.05
HSL257.65º75.22%77.84%-
HSV(B)257.65º35.27%94.51%-
XYZ46.8239.9588.46-
YUV173.16166.28133.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=31.31%
G=26.99%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811562410.250.3500.05257.6575.2277.84
HexB59CF11923051024b4e
Octal265234361314305402113116
Binary10110101100111001111000111001100011010110000001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CF1; }

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

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

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

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

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

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

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

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