#B97DDE

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

Shades of Biloba Flower #B97DDE

Tints of Biloba Flower #B97DDE

Color information

#B97DDE (or 0xB97DDE) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and DE. RGB value is (185,125,222). Sum of RGB (Red+Green+Blue) = 185+125+222=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #B97DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDE is #468221. Grayscale: #999999. Windows color (decimal): -4620834 or 14581177. OLE color: 14581177.

HSL color Cylindrical-coordinate representation of color #B97DDE: hue angle of 277.11º 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 #B97DDE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185125222-
CMYK0.170.4400.13
HSL277.11º59.51%68.04%-
HSV(B)277.11º43.69%87.06%-
XYZ40.5330.2672.81-
YUV154166.38150.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=34.77%
G=23.50%
B=41.73%

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
Decimal1851252220.170.4400.13277.1159.5168.04
HexB97DDE112C0D1153c44
Octal271175336215401542574104
Binary1011100111111011101111010001101100011011000101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DDE; }

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

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

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

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

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

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

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

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