#B77AE1

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

Shades of Biloba Flower #B77AE1

Tints of Biloba Flower #B77AE1

Color information

#B77AE1 (or 0xB77AE1) is unknown color: approx Biloba Flower. HEX triplet: B7, 7A and E1. RGB value is (183,122,225). Sum of RGB (Red+Green+Blue) = 183+122+225=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #B77AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AE1 is #48851E. Grayscale: #979797. Windows color (decimal): -4752671 or 14777015. OLE color: 14777015.

HSL color Cylindrical-coordinate representation of color #B77AE1: hue angle of 275.53º 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 #B77AE1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183122225-
CMYK0.190.4600.12
HSL275.53º63.19%68.04%-
HSV(B)275.53º45.78%88.24%-
XYZ40.0829.4274.8-
YUV151.98169.21150.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=34.53%
G=23.02%
B=42.45%

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
Decimal1831222250.190.4600.12275.5363.1968.04
HexB77AE1132E0C1143f44
Octal267172341235601442477104
Binary1011011111110101110000110011101110011001000101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AE1; }

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

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

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

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

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

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

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

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