#B785F9

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

Shades of Biloba Flower #B785F9

Tints of Biloba Flower #B785F9

Color information

#B785F9 (or 0xB785F9) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and F9. RGB value is (183,133,249). Sum of RGB (Red+Green+Blue) = 183+133+249=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B785F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785F9 is #487A06. Grayscale: #A0A0A0. Windows color (decimal): -4749831 or 16352695. OLE color: 16352695.

HSL color Cylindrical-coordinate representation of color #B785F9: hue angle of 265.86º degrees, saturation: 0.91, 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 #B785F9 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183133249-
CMYK0.270.4700.02
HSL265.86º90.62%74.9%-
HSV(B)265.86º46.59%97.65%-
XYZ45.0133.6893.75-
YUV161.17177.56143.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=32.39%
G=23.54%
B=44.07%

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
Decimal1831332490.270.4700.02265.8690.6274.9
HexB785F91B2F0210a5b4b
Octal267205371335702412133113
Binary1011011110000101111110011101110111101010000101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785F9; }

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

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

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

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

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

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

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

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