#B397D7

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

Shades of Biloba Flower #B397D7

Tints of Biloba Flower #B397D7

Color information

#B397D7 (or 0xB397D7) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and D7. RGB value is (179,151,215). Sum of RGB (Red+Green+Blue) = 179+151+215=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B397D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D7 is #4C6828. Grayscale: #A6A6A6. Windows color (decimal): -5007401 or 14129075. OLE color: 14129075.

HSL color Cylindrical-coordinate representation of color #B397D7: hue angle of 266.25º 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 #B397D7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179151215-
CMYK0.170.3000.16
HSL266.25º44.44%71.76%-
HSV(B)266.25º29.77%84.31%-
XYZ41.9236.6269.15-
YUV166.67155.28136.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=32.84%
G=27.71%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791512150.170.3000.16266.2544.4471.76
HexB397D7111E01010a2c48
Octal263227327213602041254110
Binary10110011100101111101011110001111100100001000010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397D7; }

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

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

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

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

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

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

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

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