#B780F9

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

Shades of Biloba Flower #B780F9

Tints of Biloba Flower #B780F9

Color information

#B780F9 (or 0xB780F9) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and F9. RGB value is (183,128,249). Sum of RGB (Red+Green+Blue) = 183+128+249=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #B780F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780F9 is #487F06. Grayscale: #9D9D9D. Windows color (decimal): -4751111 or 16351415. OLE color: 16351415.

HSL color Cylindrical-coordinate representation of color #B780F9: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B780F9 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183128249-
CMYK0.270.4900.02
HSL267.27º90.98%73.92%-
HSV(B)267.27º48.59%97.65%-
XYZ44.3532.3593.53-
YUV158.24179.22145.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=32.68%
G=22.86%
B=44.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831282490.270.4900.02267.2790.9873.92
HexB780F91B310210b5b4a
Octal267200371336102413133112
Binary1011011110000000111110011101111000101010000101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780F9; }

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

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

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

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

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

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

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

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