#B79AE6

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

Shades of Biloba Flower #B79AE6

Tints of Biloba Flower #B79AE6

Color information

#B79AE6 (or 0xB79AE6) is unknown color: approx Biloba Flower. HEX triplet: B7, 9A and E6. RGB value is (183,154,230). Sum of RGB (Red+Green+Blue) = 183+154+230=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #B79AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79AE6 is #486519. Grayscale: #ABABAB. Windows color (decimal): -4744474 or 15112887. OLE color: 15112887.

HSL color Cylindrical-coordinate representation of color #B79AE6: hue angle of 262.89º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B79AE6 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183154230-
CMYK0.200.3300.10
HSL262.89º60.32%75.29%-
HSV(B)262.89º33.04%90.2%-
XYZ45.3738.8979.98-
YUV171.34161.11136.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 230 (90.23% from 255) = 40.56%
R=32.28%
G=27.16%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831542300.200.3300.10262.8960.3275.29
HexB79AE614210A1073c4b
Octal267232346244101240774113
Binary10110111100110101110011010100100001010101000001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79AE6; }

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

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

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

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

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

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

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

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