#B77CF6

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

Shades of Biloba Flower #B77CF6

Tints of Biloba Flower #B77CF6

Color information

#B77CF6 (or 0xB77CF6) is unknown color: approx Biloba Flower. HEX triplet: B7, 7C and F6. RGB value is (183,124,246). Sum of RGB (Red+Green+Blue) = 183+124+246=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #B77CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CF6 is #488309. Grayscale: #9B9B9B. Windows color (decimal): -4752138 or 16153783. OLE color: 16153783.

HSL color Cylindrical-coordinate representation of color #B77CF6: hue angle of 269.02º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77CF6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183124246-
CMYK0.260.5000.04
HSL269.02º87.14%72.55%-
HSV(B)269.02º49.59%96.47%-
XYZ43.3731.1490.91-
YUV155.55179.05147.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=33.09%
G=22.42%
B=44.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831242460.260.5000.04269.0287.1472.55
HexB77CF61A320410d5749
Octal267174366326204415127111
Binary1011011111111001111011011010110010010010000110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CF6; }

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

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

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

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

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

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

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

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