#B591CF

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

Shades of Biloba Flower #B591CF

Tints of Biloba Flower #B591CF

Color information

#B591CF (or 0xB591CF) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and CF. RGB value is (181,145,207). Sum of RGB (Red+Green+Blue) = 181+145+207=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #B591CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591CF is #4A6E30. Grayscale: #A2A2A2. Windows color (decimal): -4877873 or 13603253. OLE color: 13603253.

HSL color Cylindrical-coordinate representation of color #B591CF: hue angle of 274.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B591CF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181145207-
CMYK0.130.3000.19
HSL274.84º39.24%69.02%-
HSV(B)274.84º29.95%81.18%-
XYZ40.4434.5863.57-
YUV162.83152.93140.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=33.96%
G=27.20%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811452070.130.3000.19274.8439.2469.02
HexB591CFD1E0131132745
Octal265221317153602342347105
Binary1011010110010001110011111101111100100111000100111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591CF; }

 p { color: rgb(181,145,207); }

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

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

 a { background-color: rgb(181,145,207); }

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

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

 span { border-color: rgb(181,145,207); }

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