#B79ADD

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

Shades of Biloba Flower #B79ADD

Tints of Biloba Flower #B79ADD

Color information

#B79ADD (or 0xB79ADD) is unknown color: approx Biloba Flower. HEX triplet: B7, 9A and DD. RGB value is (183,154,221). Sum of RGB (Red+Green+Blue) = 183+154+221=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B79ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ADD is #486522. Grayscale: #AAAAAA. Windows color (decimal): -4744483 or 14523063. OLE color: 14523063.

HSL color Cylindrical-coordinate representation of color #B79ADD: hue angle of 265.97º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79ADD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183154221-
CMYK0.170.3000.13
HSL265.97º49.63%73.53%-
HSV(B)265.97º30.32%86.67%-
XYZ44.1438.473.49-
YUV170.31156.61137.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=32.80%
G=27.60%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831542210.170.3000.13265.9749.6373.53
HexB79ADD111E0D10a324a
Octal267232335213601541262112
Binary1011011110011010110111011000111110011011000010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79ADD; }

 p { color: rgb(183,154,221); }

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

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

 a { background-color: rgb(183,154,221); }

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

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

 span { border-color: rgb(183,154,221); }

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