#B77FF1

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

Shades of Biloba Flower #B77FF1

Tints of Biloba Flower #B77FF1

Color information

#B77FF1 (or 0xB77FF1) is unknown color: approx Biloba Flower. HEX triplet: B7, 7F and F1. RGB value is (183,127,241). Sum of RGB (Red+Green+Blue) = 183+127+241=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #B77FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FF1 is #48800E. Grayscale: #9C9C9C. Windows color (decimal): -4751375 or 15826871. OLE color: 15826871.

HSL color Cylindrical-coordinate representation of color #B77FF1: hue angle of 269.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77FF1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183127241-
CMYK0.240.4700.05
HSL269.47º80.28%72.16%-
HSV(B)269.47º47.3%94.51%-
XYZ42.9931.687.05-
YUV156.74175.55146.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=33.21%
G=23.05%
B=43.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831272410.240.4700.05269.4780.2872.16
HexB77FF1182F0510d5048
Octal267177361305705415120110
Binary1011011111111111111000111000101111010110000110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FF1; }

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

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

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

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

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

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

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

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