#B780E1

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

Shades of Biloba Flower #B780E1

Tints of Biloba Flower #B780E1

Color information

#B780E1 (or 0xB780E1) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and E1. RGB value is (183,128,225). Sum of RGB (Red+Green+Blue) = 183+128+225=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #B780E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780E1 is #487F1E. Grayscale: #9B9B9B. Windows color (decimal): -4751135 or 14778551. OLE color: 14778551.

HSL color Cylindrical-coordinate representation of color #B780E1: hue angle of 274.02º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B780E1 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183128225-
CMYK0.190.4300.12
HSL274.02º61.78%69.22%-
HSV(B)274.02º43.11%88.24%-
XYZ40.8430.9475.05-
YUV155.5167.22147.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=34.14%
G=23.88%
B=41.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831282250.190.4300.12274.0261.7869.22
HexB780E1132B0C1123e45
Octal267200341235301442276105
Binary10110111100000001110000110011101011011001000100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780E1; }

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

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

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

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

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

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

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

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