#B77EE6

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

Shades of Biloba Flower #B77EE6

Tints of Biloba Flower #B77EE6

Color information

#B77EE6 (or 0xB77EE6) is unknown color: approx Biloba Flower. HEX triplet: B7, 7E and E6. RGB value is (183,126,230). Sum of RGB (Red+Green+Blue) = 183+126+230=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #B77EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EE6 is #488119. Grayscale: #9A9A9A. Windows color (decimal): -4751642 or 15105719. OLE color: 15105719.

HSL color Cylindrical-coordinate representation of color #B77EE6: hue angle of 272.88º degrees, saturation: 0.68, 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 #B77EE6 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183126230-
CMYK0.200.4500.10
HSL272.88º67.53%69.8%-
HSV(B)272.88º45.22%90.2%-
XYZ41.2730.778.61-
YUV154.9170.38148.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 230 (90.23% from 255) = 42.67%
R=33.95%
G=23.38%
B=42.67%

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
Decimal1831262300.200.4500.10272.8867.5369.8
HexB77EE6142D0A1114446
Octal2671763462455012421104106
Binary10110111111111011100110101001011010101010001000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EE6; }

 p { color: rgb(183,126,230); }

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

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

 a { background-color: rgb(183,126,230); }

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

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

 span { border-color: rgb(183,126,230); }

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