#B780F5

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

Shades of Biloba Flower #B780F5

Tints of Biloba Flower #B780F5

Color information

#B780F5 (or 0xB780F5) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and F5. RGB value is (183,128,245). Sum of RGB (Red+Green+Blue) = 183+128+245=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #B780F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780F5 is #487F0A. Grayscale: #9D9D9D. Windows color (decimal): -4751115 or 16089271. OLE color: 16089271.

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

Color convert

RGB183128245-
CMYK0.250.4800.04
HSL268.21º85.4%73.14%-
HSV(B)268.21º47.76%96.08%-
XYZ43.7332.190.28-
YUV157.78177.22145.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 245 (96.09% from 255) = 44.06%
R=32.91%
G=23.02%
B=44.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831282450.250.4800.04268.2185.473.14
HexB780F519300410c5549
Octal267200365316004414125111
Binary10110111100000001111010111001110000010010000110010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780F5; }

 p { color: rgb(183,128,245); }

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

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

 a { background-color: rgb(183,128,245); }

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

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

 span { border-color: rgb(183,128,245); }

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