#B779E1

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

Shades of Biloba Flower #B779E1

Tints of Biloba Flower #B779E1

Color information

#B779E1 (or 0xB779E1) is unknown color: approx Biloba Flower. HEX triplet: B7, 79 and E1. RGB value is (183,121,225). Sum of RGB (Red+Green+Blue) = 183+121+225=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #B779E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779E1 is #48861E. Grayscale: #979797. Windows color (decimal): -4752927 or 14776759. OLE color: 14776759.

HSL color Cylindrical-coordinate representation of color #B779E1: hue angle of 275.77º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B779E1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183121225-
CMYK0.190.4600.12
HSL275.77º63.41%67.84%-
HSV(B)275.77º46.22%88.24%-
XYZ39.9629.1874.76-
YUV151.39169.54150.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=34.59%
G=22.87%
B=42.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831212250.190.4600.12275.7763.4167.84
HexB779E1132E0C1143f44
Octal267171341235601442477104
Binary1011011111110011110000110011101110011001000101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779E1; }

 p { color: rgb(183,121,225); }

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

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

 a { background-color: rgb(183,121,225); }

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

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

 span { border-color: rgb(183,121,225); }

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