#B780EC

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

Shades of Biloba Flower #B780EC

Tints of Biloba Flower #B780EC

Color information

#B780EC (or 0xB780EC) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and EC. RGB value is (183,128,236). Sum of RGB (Red+Green+Blue) = 183+128+236=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B780EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780EC is #487F13. Grayscale: #9C9C9C. Windows color (decimal): -4751124 or 15499447. OLE color: 15499447.

HSL color Cylindrical-coordinate representation of color #B780EC: hue angle of 270.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B780EC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183128236-
CMYK0.220.4600.07
HSL270.56º73.97%71.37%-
HSV(B)270.56º45.76%92.55%-
XYZ42.3931.5683.21-
YUV156.76172.72146.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=33.46%
G=23.40%
B=43.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831282360.220.4600.07270.5673.9771.37
HexB780EC162E0710f4a47
Octal267200354265607417112107
Binary10110111100000001110110010110101110011110000111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780EC; }

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

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

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

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

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

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

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

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