#B79AD5

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

Shades of Biloba Flower #B79AD5

Tints of Biloba Flower #B79AD5

Color information

#B79AD5 (or 0xB79AD5) is unknown color: approx Biloba Flower. HEX triplet: B7, 9A and D5. RGB value is (183,154,213). Sum of RGB (Red+Green+Blue) = 183+154+213=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #B79AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79AD5 is #48652A. Grayscale: #A9A9A9. Windows color (decimal): -4744491 or 13998775. OLE color: 13998775.

HSL color Cylindrical-coordinate representation of color #B79AD5: hue angle of 269.49º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B79AD5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183154213-
CMYK0.140.2800.16
HSL269.49º41.26%71.96%-
HSV(B)269.49º27.7%83.53%-
XYZ43.0937.9868.01-
YUV169.4152.61137.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=33.27%
G=28%
B=38.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831542130.140.2800.16269.4941.2671.96
HexB79AD5E1C01010d2948
Octal267232325163402041551110
Binary1011011110011010110101011110111000100001000011011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79AD5; }

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

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

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

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

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

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

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

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