#b684dc

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

Shades of Biloba Flower #B684DC

Tints of Biloba Flower #B684DC

Color information

#B684DC (or 0xB684DC) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and DC. RGB value is (182,132,220). Sum of RGB (Red+Green+Blue) = 182+132+220=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B684DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684DC is #497B23. Grayscale: #9C9C9C. Windows color (decimal): -4815652 or 14451894. OLE color: 14451894.

HSL color Cylindrical-coordinate representation of color #B684DC: hue angle of 274.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B684DC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182132220-
CMYK0.170.4000.14
HSL274.09º55.7%69.02%-
HSV(B)274.09º40%86.27%-
XYZ40.4631.6171.68-
YUV156.98163.56145.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=34.08%
G=24.72%
B=41.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821322200.170.4000.14274.0955.769.02
HexB684DC11280E1123845
Octal266204334215001642270105
Binary10110110100001001101110010001101000011101000100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b684dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b684dc; }

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

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

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

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

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

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

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

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