#B796D9

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

Shades of Biloba Flower #B796D9

Tints of Biloba Flower #B796D9

Color information

#B796D9 (or 0xB796D9) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and D9. RGB value is (183,150,217). Sum of RGB (Red+Green+Blue) = 183+150+217=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B796D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796D9 is #486926. Grayscale: #A7A7A7. Windows color (decimal): -4745511 or 14259895. OLE color: 14259895.

HSL color Cylindrical-coordinate representation of color #B796D9: hue angle of 269.55º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B796D9 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183150217-
CMYK0.160.3100.15
HSL269.55º46.85%71.96%-
HSV(B)269.55º30.88%85.1%-
XYZ42.9636.8970.5-
YUV167.5155.93139.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=33.27%
G=27.27%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831502170.160.3100.15269.5546.8571.96
HexB796D9101F0F10e2f48
Octal267226331203701741657110
Binary1011011110010110110110011000011111011111000011101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796D9; }

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

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

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

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

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

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

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

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