#B785FA

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

Shades of Biloba Flower #B785FA

Tints of Biloba Flower #B785FA

Color information

#B785FA (or 0xB785FA) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and FA. RGB value is (183,133,250). Sum of RGB (Red+Green+Blue) = 183+133+250=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B785FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785FA is #487A05. Grayscale: #A0A0A0. Windows color (decimal): -4749830 or 16418231. OLE color: 16418231.

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

Color convert

RGB183133250-
CMYK0.270.4700.02
HSL265.64º92.13%75.1%-
HSV(B)265.64º46.8%98.04%-
XYZ45.1733.7494.58-
YUV161.29178.06143.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=32.33%
G=23.50%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831332500.270.4700.02265.6492.1375.1
HexB785FA1B2F0210a5c4b
Octal267205372335702412134113
Binary1011011110000101111110101101110111101010000101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785FA; }

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

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

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

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

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

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

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

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