#B784F0

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

Shades of Biloba Flower #B784F0

Tints of Biloba Flower #B784F0

Color information

#B784F0 (or 0xB784F0) is unknown color: approx Biloba Flower. HEX triplet: B7, 84 and F0. RGB value is (183,132,240). Sum of RGB (Red+Green+Blue) = 183+132+240=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #B784F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B784F0 is #487B0F. Grayscale: #9F9F9F. Windows color (decimal): -4750096 or 15762615. OLE color: 15762615.

HSL color Cylindrical-coordinate representation of color #B784F0: hue angle of 268.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B784F0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183132240-
CMYK0.240.4500.06
HSL268.33º78.26%72.94%-
HSV(B)268.33º45%94.12%-
XYZ43.5132.8686.49-
YUV159.56173.4144.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=32.97%
G=23.78%
B=43.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831322400.240.4500.06268.3378.2672.94
HexB784F0182D0610c4e49
Octal267204360305506414116111
Binary10110111100001001111000011000101101011010000110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B784F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B784F0; }

 p { color: rgb(183,132,240); }

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

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

 a { background-color: rgb(183,132,240); }

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

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

 span { border-color: rgb(183,132,240); }

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