#B682DD

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

Shades of Biloba Flower #B682DD

Tints of Biloba Flower #B682DD

Color information

#B682DD (or 0xB682DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 82 and DD. RGB value is (182,130,221). Sum of RGB (Red+Green+Blue) = 182+130+221=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B682DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682DD is #497D22. Grayscale: #9B9B9B. Windows color (decimal): -4816163 or 14516918. OLE color: 14516918.

HSL color Cylindrical-coordinate representation of color #B682DD: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B682DD is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182130221-
CMYK0.180.4100.13
HSL274.29º57.23%68.82%-
HSV(B)274.29º41.18%86.67%-
XYZ40.3331.1372.29-
YUV155.92164.73146.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=34.15%
G=24.39%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821302210.180.4100.13274.2957.2368.82
HexB682DD12290D1123945
Octal266202335225101542271105
Binary10110110100000101101110110010101001011011000100101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682DD; }

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

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

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

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

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

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

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

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