#B785DA

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

Shades of Biloba Flower #B785DA

Tints of Biloba Flower #B785DA

Color information

#B785DA (or 0xB785DA) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and DA. RGB value is (183,133,218). Sum of RGB (Red+Green+Blue) = 183+133+218=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B785DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DA is #487A25. Grayscale: #9D9D9D. Windows color (decimal): -4749862 or 14321079. OLE color: 14321079.

HSL color Cylindrical-coordinate representation of color #B785DA: hue angle of 275.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B785DA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183133218-
CMYK0.160.3900.15
HSL275.29º53.46%68.82%-
HSV(B)275.29º38.99%85.49%-
XYZ40.5731.970.35-
YUV157.64162.06146.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=34.27%
G=24.91%
B=40.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831332180.160.3900.15275.2953.4668.82
HexB785DA10270F1133545
Octal267205332204701742365105
Binary10110111100001011101101010000100111011111000100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785DA; }

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

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

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

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

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

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

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

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