#B680DB

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

Shades of Biloba Flower #B680DB

Tints of Biloba Flower #B680DB

Color information

#B680DB (or 0xB680DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and DB. RGB value is (182,128,219). Sum of RGB (Red+Green+Blue) = 182+128+219=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B680DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DB is #497F24. Grayscale: #9A9A9A. Windows color (decimal): -4816677 or 14385334. OLE color: 14385334.

HSL color Cylindrical-coordinate representation of color #B680DB: hue angle of 275.6º degrees, saturation: 0.56, 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 #B680DB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182128219-
CMYK0.170.4200.14
HSL275.6º55.83%68.04%-
HSV(B)275.6º41.55%85.88%-
XYZ39.830.570.81-
YUV154.52164.39147.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=34.40%
G=24.20%
B=41.40%

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
Decimal1821282190.170.4200.14275.655.8368.04
HexB680DB112A0E1143844
Octal266200333215201642470104
Binary10110110100000001101101110001101010011101000101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680DB; }

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

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

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

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

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

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

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

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