#B397D6

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

Shades of Biloba Flower #B397D6

Tints of Biloba Flower #B397D6

Color information

#B397D6 (or 0xB397D6) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and D6. RGB value is (179,151,214). Sum of RGB (Red+Green+Blue) = 179+151+214=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #B397D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D6 is #4C6829. Grayscale: #A6A6A6. Windows color (decimal): -5007402 or 14063539. OLE color: 14063539.

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

Color convert

RGB179151214-
CMYK0.160.2900.16
HSL266.67º43.45%71.57%-
HSV(B)266.67º29.44%83.92%-
XYZ41.7936.5768.47-
YUV166.55154.78136.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 214 (83.98% from 255) = 39.34%
R=32.90%
G=27.76%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791512140.160.2900.16266.6743.4571.57
HexB397D6101D01010b2b48
Octal263227326203502041353110
Binary10110011100101111101011010000111010100001000010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397D6; }

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

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

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

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

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

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

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

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