#B97DDF

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

Shades of Biloba Flower #B97DDF

Tints of Biloba Flower #B97DDF

Color information

#B97DDF (or 0xB97DDF) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and DF. RGB value is (185,125,223). Sum of RGB (Red+Green+Blue) = 185+125+223=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B97DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDF is #468220. Grayscale: #999999. Windows color (decimal): -4620833 or 14646713. OLE color: 14646713.

HSL color Cylindrical-coordinate representation of color #B97DDF: hue angle of 276.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97DDF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185125223-
CMYK0.170.4400.13
HSL276.73º60.49%68.24%-
HSV(B)276.73º43.95%87.45%-
XYZ40.6630.3173.52-
YUV154.11166.88150.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=34.71%
G=23.45%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851252230.170.4400.13276.7360.4968.24
HexB97DDF112C0D1153c44
Octal271175337215401542574104
Binary1011100111111011101111110001101100011011000101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DDF; }

 p { color: rgb(185,125,223); }

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

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

 a { background-color: rgb(185,125,223); }

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

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

 span { border-color: rgb(185,125,223); }

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