#B77FF3

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

Shades of Biloba Flower #B77FF3

Tints of Biloba Flower #B77FF3

Color information

#B77FF3 (or 0xB77FF3) is unknown color: approx Biloba Flower. HEX triplet: B7, 7F and F3. RGB value is (183,127,243). Sum of RGB (Red+Green+Blue) = 183+127+243=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #B77FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FF3 is #48800C. Grayscale: #9C9C9C. Windows color (decimal): -4751373 or 15957943. OLE color: 15957943.

HSL color Cylindrical-coordinate representation of color #B77FF3: hue angle of 268.97º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77FF3 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183127243-
CMYK0.250.4800.05
HSL268.97º82.86%72.55%-
HSV(B)268.97º47.74%95.29%-
XYZ43.331.7288.63-
YUV156.97176.55146.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=33.09%
G=22.97%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831272430.250.4800.05268.9782.8672.55
HexB77FF319300510d5349
Octal267177363316005415123111
Binary1011011111111111111001111001110000010110000110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FF3; }

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

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

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

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

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

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

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

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