#B597CC

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

Shades of Biloba Flower #B597CC

Tints of Biloba Flower #B597CC

Color information

#B597CC (or 0xB597CC) is unknown color: approx Biloba Flower. HEX triplet: B5, 97 and CC. RGB value is (181,151,204). Sum of RGB (Red+Green+Blue) = 181+151+204=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B597CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597CC is #4A6833. Grayscale: #A5A5A5. Windows color (decimal): -4876340 or 13408181. OLE color: 13408181.

HSL color Cylindrical-coordinate representation of color #B597CC: hue angle of 273.96º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B597CC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181151204-
CMYK0.110.2600.2
HSL273.96º34.19%69.61%-
HSV(B)273.96º25.98%80%-
XYZ41.0236.3261.97-
YUV166.01149.44138.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=33.77%
G=28.17%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811512040.110.2600.2273.9634.1969.61
HexB597CCB1A0141122246
Octal265227314133202442242106
Binary1011010110010111110011001011110100101001000100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597CC; }

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

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

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

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

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

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

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

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