#B397DD

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

Shades of Biloba Flower #B397DD

Tints of Biloba Flower #B397DD

Color information

#B397DD (or 0xB397DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and DD. RGB value is (179,151,221). Sum of RGB (Red+Green+Blue) = 179+151+221=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DD is #4C6822. Grayscale: #A7A7A7. Windows color (decimal): -5007395 or 14522291. OLE color: 14522291.

HSL color Cylindrical-coordinate representation of color #B397DD: hue angle of 264º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B397DD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179151221-
CMYK0.190.3200.13
HSL264º50.72%72.94%-
HSV(B)264º31.67%86.67%-
XYZ42.7136.9473.29-
YUV167.35158.28136.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=32.49%
G=27.40%
B=40.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791512210.190.3200.1326450.7272.94
HexB397DD13200D1083349
Octal263227335234001541063111
Binary10110011100101111101110110011100000011011000010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397DD; }

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

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

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

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

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

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

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

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