#B77FE1

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

Shades of Biloba Flower #B77FE1

Tints of Biloba Flower #B77FE1

Color information

#B77FE1 (or 0xB77FE1) is unknown color: approx Biloba Flower. HEX triplet: B7, 7F and E1. RGB value is (183,127,225). Sum of RGB (Red+Green+Blue) = 183+127+225=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #B77FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FE1 is #48801E. Grayscale: #9A9A9A. Windows color (decimal): -4751391 or 14778295. OLE color: 14778295.

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

Color convert

RGB183127225-
CMYK0.190.4400.12
HSL274.29º62.03%69.02%-
HSV(B)274.29º43.56%88.24%-
XYZ40.7130.6875.01-
YUV154.92167.55148.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=34.21%
G=23.74%
B=42.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831272250.190.4400.12274.2962.0369.02
HexB77FE1132C0C1123e45
Octal267177341235401442276105
Binary1011011111111111110000110011101100011001000100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FE1; }

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

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

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

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

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

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

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

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