#B785DC

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

Shades of Biloba Flower #B785DC

Tints of Biloba Flower #B785DC

Color information

#B785DC (or 0xB785DC) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and DC. RGB value is (183,133,220). Sum of RGB (Red+Green+Blue) = 183+133+220=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B785DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DC is #487A23. Grayscale: #9D9D9D. Windows color (decimal): -4749860 or 14452151. OLE color: 14452151.

HSL color Cylindrical-coordinate representation of color #B785DC: hue angle of 274.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B785DC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183133220-
CMYK0.170.4000.14
HSL274.48º55.41%69.22%-
HSV(B)274.48º39.55%86.27%-
XYZ40.8332.0171.74-
YUV157.87163.06145.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=34.14%
G=24.81%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831332200.170.4000.14274.4855.4169.22
HexB785DC11280E1123745
Octal267205334215001642267105
Binary10110111100001011101110010001101000011101000100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785DC; }

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

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

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

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

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

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

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

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