#B682DA

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

Shades of Biloba Flower #B682DA

Tints of Biloba Flower #B682DA

Color information

#B682DA (or 0xB682DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 82 and DA. RGB value is (182,130,218). Sum of RGB (Red+Green+Blue) = 182+130+218=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B682DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682DA is #497D25. Grayscale: #9B9B9B. Windows color (decimal): -4816166 or 14320310. OLE color: 14320310.

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

Color convert

RGB182130218-
CMYK0.170.4000.15
HSL275.45º54.32%68.24%-
HSV(B)275.45º40.37%85.49%-
XYZ39.9330.9770.2-
YUV155.58163.23146.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=34.34%
G=24.53%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821302180.170.4000.15275.4554.3268.24
HexB682DA11280F1133644
Octal266202332215001742366104
Binary10110110100000101101101010001101000011111000100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682DA; }

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

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

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

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

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

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

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

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