#B59CF0

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

Shades of Biloba Flower #B59CF0

Tints of Biloba Flower #B59CF0

Color information

#B59CF0 (or 0xB59CF0) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and F0. RGB value is (181,156,240). Sum of RGB (Red+Green+Blue) = 181+156+240=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #B59CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CF0 is #4A630F. Grayscale: #ACACAC. Windows color (decimal): -4875024 or 15768757. OLE color: 15768757.

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

Color convert

RGB181156240-
CMYK0.250.3500.06
HSL257.86º73.68%77.65%-
HSV(B)257.86º35%94.12%-
XYZ46.6739.8987.68-
YUV173.05165.78133.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=31.37%
G=27.04%
B=41.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811562400.250.3500.06257.8673.6877.65
HexB59CF01923061024a4e
Octal265234360314306402112116
Binary10110101100111001111000011001100011011010000001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CF0; }

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

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

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

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

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

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

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

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