#B79DD5

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

Shades of Biloba Flower #B79DD5

Tints of Biloba Flower #B79DD5

Color information

#B79DD5 (or 0xB79DD5) is unknown color: approx Biloba Flower. HEX triplet: B7, 9D and D5. RGB value is (183,157,213). Sum of RGB (Red+Green+Blue) = 183+157+213=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #B79DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DD5 is #48622A. Grayscale: #AAAAAA. Windows color (decimal): -4743723 or 13999543. OLE color: 13999543.

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

Color convert

RGB183157213-
CMYK0.140.2600.16
HSL267.86º40%72.55%-
HSV(B)267.86º26.29%83.53%-
XYZ43.638.9968.18-
YUV171.16151.61136.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=33.09%
G=28.39%
B=38.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831572130.140.2600.16267.864072.55
HexB79DD5E1A01010c2849
Octal267235325163202041450111
Binary1011011110011101110101011110110100100001000011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DD5; }

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

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

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

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

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

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

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

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