#B796DF

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

Shades of Biloba Flower #B796DF

Tints of Biloba Flower #B796DF

Color information

#B796DF (or 0xB796DF) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and DF. RGB value is (183,150,223). Sum of RGB (Red+Green+Blue) = 183+150+223=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #B796DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796DF is #486920. Grayscale: #A7A7A7. Windows color (decimal): -4745505 or 14653111. OLE color: 14653111.

HSL color Cylindrical-coordinate representation of color #B796DF: hue angle of 267.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B796DF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183150223-
CMYK0.180.3300.13
HSL267.12º53.28%73.14%-
HSV(B)267.12º32.74%87.45%-
XYZ43.7537.2174.69-
YUV168.19158.93138.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=32.91%
G=26.98%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831502230.180.3300.13267.1253.2873.14
HexB796DF12210D10b3549
Octal267226337224101541365111
Binary10110111100101101101111110010100001011011000010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796DF; }

 p { color: rgb(183,150,223); }

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

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

 a { background-color: rgb(183,150,223); }

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

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

 span { border-color: rgb(183,150,223); }

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