#b77fe5

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

Shades of Biloba Flower #B77FE5

Tints of Biloba Flower #B77FE5

Color information

#B77FE5 (or 0xB77FE5) is unknown color: approx Biloba Flower. HEX triplet: B7, 7F and E5. RGB value is (183,127,229). Sum of RGB (Red+Green+Blue) = 183+127+229=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #B77FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FE5 is #48801A. Grayscale: #9B9B9B. Windows color (decimal): -4751387 or 15040439. OLE color: 15040439.

HSL color Cylindrical-coordinate representation of color #B77FE5: hue angle of 272.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77FE5 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183127229-
CMYK0.200.4500.10
HSL272.94º66.23%69.8%-
HSV(B)272.94º44.54%89.8%-
XYZ41.2630.977.92-
YUV155.37169.55147.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=33.95%
G=23.56%
B=42.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831272290.200.4500.10272.9466.2369.8
HexB77FE5142D0A1114246
Octal2671773452455012421102106
Binary10110111111111111100101101001011010101010001000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77fe5; }

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

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

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

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

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

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

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

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