#B785EC

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

Shades of Biloba Flower #B785EC

Tints of Biloba Flower #B785EC

Color information

#B785EC (or 0xB785EC) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and EC. RGB value is (183,133,236). Sum of RGB (Red+Green+Blue) = 183+133+236=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B785EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785EC is #487A13. Grayscale: #9F9F9F. Windows color (decimal): -4749844 or 15500727. OLE color: 15500727.

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

Color convert

RGB183133236-
CMYK0.220.4400.07
HSL269.13º73.05%72.35%-
HSV(B)269.13º43.64%92.55%-
XYZ43.0632.983.44-
YUV159.69171.06144.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=33.15%
G=24.09%
B=42.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831332360.220.4400.07269.1373.0572.35
HexB785EC162C0710d4948
Octal267205354265407415111110
Binary10110111100001011110110010110101100011110000110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785EC; }

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

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

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

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

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

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

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

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