#B597D7

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

Shades of Biloba Flower #B597D7

Tints of Biloba Flower #B597D7

Color information

#B597D7 (or 0xB597D7) is unknown color: approx Biloba Flower. HEX triplet: B5, 97 and D7. RGB value is (181,151,215). Sum of RGB (Red+Green+Blue) = 181+151+215=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #B597D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597D7 is #4A6828. Grayscale: #A7A7A7. Windows color (decimal): -4876329 or 14129077. OLE color: 14129077.

HSL color Cylindrical-coordinate representation of color #B597D7: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B597D7 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181151215-
CMYK0.160.3000.16
HSL268.12º44.44%71.76%-
HSV(B)268.12º29.77%84.31%-
XYZ42.3936.8669.17-
YUV167.27154.94137.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=33.09%
G=27.61%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811512150.160.3000.16268.1244.4471.76
HexB597D7101E01010c2c48
Octal265227327203602041454110
Binary10110101100101111101011110000111100100001000011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597D7; }

 p { color: rgb(181,151,215); }

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

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

 a { background-color: rgb(181,151,215); }

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

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

 span { border-color: rgb(181,151,215); }

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