#B996E1

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

Shades of Biloba Flower #B996E1

Tints of Biloba Flower #B996E1

Color information

#B996E1 (or 0xB996E1) is unknown color: approx Biloba Flower. HEX triplet: B9, 96 and E1. RGB value is (185,150,225). Sum of RGB (Red+Green+Blue) = 185+150+225=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #B996E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996E1 is #46691E. Grayscale: #A8A8A8. Windows color (decimal): -4614431 or 14784185. OLE color: 14784185.

HSL color Cylindrical-coordinate representation of color #B996E1: hue angle of 268º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B996E1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185150225-
CMYK0.180.3300.12
HSL268º55.56%73.53%-
HSV(B)268º33.33%88.24%-
XYZ44.537.5676.14-
YUV169.02159.6139.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=33.04%
G=26.79%
B=40.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851502250.180.3300.1226855.5673.53
HexB996E112210C10c384a
Octal271226341224101441470112
Binary10111001100101101110000110010100001011001000011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996E1; }

 p { color: rgb(185,150,225); }

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

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

 a { background-color: rgb(185,150,225); }

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

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

 span { border-color: rgb(185,150,225); }

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