#B680DC

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

Shades of Biloba Flower #B680DC

Tints of Biloba Flower #B680DC

Color information

#B680DC (or 0xB680DC) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and DC. RGB value is (182,128,220). Sum of RGB (Red+Green+Blue) = 182+128+220=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #B680DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DC is #497F23. Grayscale: #9A9A9A. Windows color (decimal): -4816676 or 14450870. OLE color: 14450870.

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

Color convert

RGB182128220-
CMYK0.170.4200.14
HSL275.22º56.79%68.24%-
HSV(B)275.22º41.82%86.27%-
XYZ39.9330.5571.5-
YUV154.63164.89147.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=34.34%
G=24.15%
B=41.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821282200.170.4200.14275.2256.7968.24
HexB680DC112A0E1133944
Octal266200334215201642371104
Binary10110110100000001101110010001101010011101000100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680DC; }

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

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

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

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

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

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

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

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