#B97DDD

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

Shades of Biloba Flower #B97DDD

Tints of Biloba Flower #B97DDD

Color information

#B97DDD (or 0xB97DDD) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and DD. RGB value is (185,125,221). Sum of RGB (Red+Green+Blue) = 185+125+221=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B97DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDD is #468222. Grayscale: #999999. Windows color (decimal): -4620835 or 14515641. OLE color: 14515641.

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

Color convert

RGB185125221-
CMYK0.160.4300.13
HSL277.5º58.54%67.84%-
HSV(B)277.5º43.44%86.67%-
XYZ40.3930.272.11-
YUV153.88165.88150.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=34.84%
G=23.54%
B=41.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851252210.160.4300.13277.558.5467.84
HexB97DDD102B0D1163b44
Octal271175335205301542673104
Binary1011100111111011101110110000101011011011000101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DDD; }

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

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

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

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

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

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

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

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