#B680DA

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

Shades of Biloba Flower #B680DA

Tints of Biloba Flower #B680DA

Color information

#B680DA (or 0xB680DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and DA. RGB value is (182,128,218). Sum of RGB (Red+Green+Blue) = 182+128+218=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B680DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DA is #497F25. Grayscale: #9A9A9A. Windows color (decimal): -4816678 or 14319798. OLE color: 14319798.

HSL color Cylindrical-coordinate representation of color #B680DA: hue angle of 276º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B680DA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182128218-
CMYK0.170.4100.15
HSL276º54.88%67.84%-
HSV(B)276º41.28%85.49%-
XYZ39.6730.4570.12-
YUV154.41163.89147.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=34.47%
G=24.24%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821282180.170.4100.1527654.8867.84
HexB680DA11290F1143744
Octal266200332215101742467104
Binary10110110100000001101101010001101001011111000101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680DA; }

 p { color: rgb(182,128,218); }

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

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

 a { background-color: rgb(182,128,218); }

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

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

 span { border-color: rgb(182,128,218); }

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