#B97DEC

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

Shades of Biloba Flower #B97DEC

Tints of Biloba Flower #B97DEC

Color information

#B97DEC (or 0xB97DEC) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and EC. RGB value is (185,125,236). Sum of RGB (Red+Green+Blue) = 185+125+236=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B97DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DEC is #468213. Grayscale: #9B9B9B. Windows color (decimal): -4620820 or 15498681. OLE color: 15498681.

HSL color Cylindrical-coordinate representation of color #B97DEC: hue angle of 272.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B97DEC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185125236-
CMYK0.220.4700.07
HSL272.43º74.5%70.78%-
HSV(B)272.43º47.03%92.55%-
XYZ42.4831.0483.11-
YUV155.59173.38148.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=33.88%
G=22.89%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851252360.220.4700.07272.4374.570.78
HexB97DEC162F071104a47
Octal271175354265707420112107
Binary1011100111111011110110010110101111011110001000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DEC; }

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

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

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

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

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

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

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

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