#B780EA

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

Shades of Biloba Flower #B780EA

Tints of Biloba Flower #B780EA

Color information

#B780EA (or 0xB780EA) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and EA. RGB value is (183,128,234). Sum of RGB (Red+Green+Blue) = 183+128+234=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #B780EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780EA is #487F15. Grayscale: #9C9C9C. Windows color (decimal): -4751126 or 15368375. OLE color: 15368375.

HSL color Cylindrical-coordinate representation of color #B780EA: hue angle of 271.13º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B780EA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183128234-
CMYK0.220.4500.08
HSL271.13º71.62%70.98%-
HSV(B)271.13º45.3%91.76%-
XYZ42.131.4581.69-
YUV156.53171.72146.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=33.58%
G=23.49%
B=42.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831282340.220.4500.08271.1371.6270.98
HexB780EA162D0810f4847
Octal2672003522655010417110107
Binary101101111000000011101010101101011010100010000111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780EA; }

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

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

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

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

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

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

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

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