#B77FFA

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

Shades of Biloba Flower #B77FFA

Tints of Biloba Flower #B77FFA

Color information

#B77FFA (or 0xB77FFA) is unknown color: approx Biloba Flower. HEX triplet: B7, 7F and FA. RGB value is (183,127,250). Sum of RGB (Red+Green+Blue) = 183+127+250=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B77FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FFA is #488005. Grayscale: #9D9D9D. Windows color (decimal): -4751366 or 16416695. OLE color: 16416695.

HSL color Cylindrical-coordinate representation of color #B77FFA: hue angle of 267.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77FFA is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183127250-
CMYK0.270.4900.02
HSL267.32º92.48%73.92%-
HSV(B)267.32º49.2%98.04%-
XYZ44.3732.1594.31-
YUV157.77180.05146-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=32.68%
G=22.68%
B=44.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831272500.270.4900.02267.3292.4873.92
HexB77FFA1B310210b5c4a
Octal267177372336102413134112
Binary101101111111111111110101101111000101010000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FFA; }

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

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

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

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

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

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

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

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