#B597DC

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

Shades of Biloba Flower #B597DC

Tints of Biloba Flower #B597DC

Color information

#B597DC (or 0xB597DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 97 and DC. RGB value is (181,151,220). Sum of RGB (Red+Green+Blue) = 181+151+220=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B597DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597DC is #4A6823. Grayscale: #A7A7A7. Windows color (decimal): -4876324 or 14456757. OLE color: 14456757.

HSL color Cylindrical-coordinate representation of color #B597DC: hue angle of 266.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B597DC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181151220-
CMYK0.180.3100.14
HSL266.09º49.64%72.75%-
HSV(B)266.09º31.36%86.27%-
XYZ43.0437.1272.61-
YUV167.84157.44137.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=32.79%
G=27.36%
B=39.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811512200.180.3100.14266.0949.6472.75
HexB597DC121F0E10a3249
Octal265227334223701641262111
Binary1011010110010111110111001001011111011101000010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597DC; }

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

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

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

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

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

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

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

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