#B297D1

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

Shades of Biloba Flower #B297D1

Tints of Biloba Flower #B297D1

Color information

#B297D1 (or 0xB297D1) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and D1. RGB value is (178,151,209). Sum of RGB (Red+Green+Blue) = 178+151+209=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #B297D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D1 is #4D682E. Grayscale: #A5A5A5. Windows color (decimal): -5072943 or 13735858. OLE color: 13735858.

HSL color Cylindrical-coordinate representation of color #B297D1: hue angle of 267.93º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B297D1 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178151209-
CMYK0.150.2800.18
HSL267.93º38.67%70.59%-
HSV(B)267.93º27.75%81.96%-
XYZ40.9436.265.15-
YUV165.68152.45136.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=33.09%
G=28.07%
B=38.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781512090.150.2800.18267.9338.6770.59
HexB297D1F1C01210c2747
Octal262227321173402241447107
Binary1011001010010111110100011111111000100101000011001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297D1; }

 p { color: rgb(178,151,209); }

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

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

 a { background-color: rgb(178,151,209); }

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

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

 span { border-color: rgb(178,151,209); }

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