#B77CE8

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

Shades of Biloba Flower #B77CE8

Tints of Biloba Flower #B77CE8

Color information

#B77CE8 (or 0xB77CE8) is unknown color: approx Biloba Flower. HEX triplet: B7, 7C and E8. RGB value is (183,124,232). Sum of RGB (Red+Green+Blue) = 183+124+232=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #B77CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CE8 is #488317. Grayscale: #999999. Windows color (decimal): -4752152 or 15236279. OLE color: 15236279.

HSL color Cylindrical-coordinate representation of color #B77CE8: hue angle of 272.78º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77CE8 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183124232-
CMYK0.210.4700.09
HSL272.78º70.13%69.8%-
HSV(B)272.78º46.55%90.98%-
XYZ41.330.3180.02-
YUV153.95172.05148.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=33.95%
G=23.01%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831242320.210.4700.09272.7870.1369.8
HexB77CE8152F091114646
Octal2671743502557011421106106
Binary10110111111110011101000101011011110100110001000110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CE8; }

 p { color: rgb(183,124,232); }

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

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

 a { background-color: rgb(183,124,232); }

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

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

 span { border-color: rgb(183,124,232); }

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