#B684EC

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

Shades of Biloba Flower #B684EC

Tints of Biloba Flower #B684EC

Color information

#B684EC (or 0xB684EC) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and EC. RGB value is (182,132,236). Sum of RGB (Red+Green+Blue) = 182+132+236=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B684EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B684EC is #497B13. Grayscale: #9E9E9E. Windows color (decimal): -4815636 or 15500470. OLE color: 15500470.

HSL color Cylindrical-coordinate representation of color #B684EC: hue angle of 268.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B684EC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182132236-
CMYK0.230.4400.07
HSL268.85º73.24%72.16%-
HSV(B)268.85º44.07%92.55%-
XYZ42.6832.583.38-
YUV158.81171.56144.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=33.09%
G=24%
B=42.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821322360.230.4400.07268.8573.2472.16
HexB684EC172C0710d4948
Octal266204354275407415111110
Binary10110110100001001110110010111101100011110000110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684EC; }

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

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

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

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

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

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

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

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