#B684DE

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

Shades of Biloba Flower #B684DE

Tints of Biloba Flower #B684DE

Color information

#B684DE (or 0xB684DE) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and DE. RGB value is (182,132,222). Sum of RGB (Red+Green+Blue) = 182+132+222=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #B684DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684DE is #497B21. Grayscale: #9C9C9C. Windows color (decimal): -4815650 or 14582966. OLE color: 14582966.

HSL color Cylindrical-coordinate representation of color #B684DE: hue angle of 273.33º degrees, saturation: 0.58, 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 #B684DE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182132222-
CMYK0.180.4100.13
HSL273.33º57.69%69.41%-
HSV(B)273.33º40.54%87.06%-
XYZ40.7331.7273.08-
YUV157.21164.56145.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=33.96%
G=24.63%
B=41.42%

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
Decimal1821322220.180.4100.13273.3357.6969.41
HexB684DE12290D1113a45
Octal266204336225101542172105
Binary10110110100001001101111010010101001011011000100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684DE; }

 p { color: rgb(182,132,222); }

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

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

 a { background-color: rgb(182,132,222); }

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

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

 span { border-color: rgb(182,132,222); }

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