#B97FDC

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

Shades of Biloba Flower #B97FDC

Tints of Biloba Flower #B97FDC

Color information

#B97FDC (or 0xB97FDC) is unknown color: approx Biloba Flower. HEX triplet: B9, 7F and DC. RGB value is (185,127,220). Sum of RGB (Red+Green+Blue) = 185+127+220=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B97FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FDC is #468023. Grayscale: #9A9A9A. Windows color (decimal): -4620324 or 14450617. OLE color: 14450617.

HSL color Cylindrical-coordinate representation of color #B97FDC: hue angle of 277.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97FDC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185127220-
CMYK0.160.4200.14
HSL277.42º57.06%68.04%-
HSV(B)277.42º42.27%86.27%-
XYZ40.5230.6671.49-
YUV154.94164.72149.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=34.77%
G=23.87%
B=41.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851272200.160.4200.14277.4257.0668.04
HexB97FDC102A0E1153944
Octal271177334205201642571104
Binary1011100111111111101110010000101010011101000101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FDC; }

 p { color: rgb(185,127,220); }

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

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

 a { background-color: rgb(185,127,220); }

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

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

 span { border-color: rgb(185,127,220); }

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