#B780DD

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

Shades of Biloba Flower #B780DD

Tints of Biloba Flower #B780DD

Color information

#B780DD (or 0xB780DD) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and DD. RGB value is (183,128,221). Sum of RGB (Red+Green+Blue) = 183+128+221=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B780DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780DD is #487F22. Grayscale: #9A9A9A. Windows color (decimal): -4751139 or 14516407. OLE color: 14516407.

HSL color Cylindrical-coordinate representation of color #B780DD: hue angle of 275.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B780DD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183128221-
CMYK0.170.4200.13
HSL275.48º57.76%68.43%-
HSV(B)275.48º42.08%86.67%-
XYZ40.330.7372.21-
YUV155.05165.22147.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=34.40%
G=24.06%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831282210.170.4200.13275.4857.7668.43
HexB780DD112A0D1133a44
Octal267200335215201542372104
Binary10110111100000001101110110001101010011011000100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780DD; }

 p { color: rgb(183,128,221); }

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

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

 a { background-color: rgb(183,128,221); }

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

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

 span { border-color: rgb(183,128,221); }

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